aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-06-26 12:53:57 -0700
committerXavier Ducrohet <xav@android.com>2013-06-26 12:53:57 -0700
commit4aa4f9d645eaa93e4635e5faa14073850eedda24 (patch)
treef0e386c298584e29c2899e9a4b0895e415ffa46f /files
parenta1677a80958f1d3c2a9170ec6e7f7999cb5c67f1 (diff)
downloadsdk-4aa4f9d645eaa93e4635e5faa14073850eedda24.zip
sdk-4aa4f9d645eaa93e4635e5faa14073850eedda24.tar.gz
sdk-4aa4f9d645eaa93e4635e5faa14073850eedda24.tar.bz2
Fix rs compilation through Ant.
Change-Id: Ib44d693848b47076ed072d72111edebbe513a222
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml4
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 -->