diff options
Diffstat (limited to 'files/ant/build.xml')
-rw-r--r-- | files/ant/build.xml | 2 |
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}" |