diff options
-rw-r--r-- | files/ant/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml index 7931cd2..ac120fd 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -484,8 +484,8 @@ <!-- Renderscript include Path --> <path id="android.renderscript.include.path"> - <pathelement location="${android.platform.tools.dir}/renderscript/include" /> - <pathelement location="${android.platform.tools.dir}/renderscript/clang-include" /> + <pathelement location="${android.build.tools.dir}/renderscript/include" /> + <pathelement location="${android.build.tools.dir}/renderscript/clang-include" /> </path> <!-- read the previous build mode --> |