diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 3559721..94bef07 100644 --- a/make/build.xml +++ b/make/build.xml @@ -975,7 +975,7 @@ <srcfiles dir= "." includes="*.xml"/> <srcfiles dir= "${src.java}" includes="**"/> <srcfiles dir= "${src.generated}" includes="**"/> - <mapper type="merge" to="${build}/gluegen-rt-android-${android.abi}.apk"/> + <mapper type="merge" to="${build}/gluegen-rt-${os.and.arch}.apk"/> </uptodate> </target> |