aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-07-10 16:58:36 -0700
committerXavier Ducrohet <xav@android.com>2012-07-10 16:58:36 -0700
commit662db9123554e1b067d95e4590f2cf543b4e4f8f (patch)
tree577fd78377d89dab86876f8c9a20e4910434e03a /files
parent310777dae93bc4e402ec8a807ce3151271d1038b (diff)
downloadsdk-662db9123554e1b067d95e4590f2cf543b4e4f8f.zip
sdk-662db9123554e1b067d95e4590f2cf543b4e4f8f.tar.gz
sdk-662db9123554e1b067d95e4590f2cf543b4e4f8f.tar.bz2
Fix renderscript compilation from Ant.
Change-Id: Ie9fa05173a5e4e1c7cae48cabb37f3cfe7d085cb
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 8edba16..1ec0632 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -632,7 +632,7 @@
<echo level="info">----------</echo>
<echo level="info">Handling RenderScript files...</echo>
<renderscript executable="${renderscript}"
- includePath="${android.renderscript.include.path}"
+ includePathRefId="android.renderscript.include.path"
genFolder="${gen.absolute.dir}"
resFolder="${out.res.absolute.dir}/raw"
targetApi="${project.minSdkVersion}"