diff options
author | Sven Gothel <[email protected]> | 2015-02-02 20:18:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 20:18:02 +0100 |
commit | 3b43a223253176731567c6d8b7a67c9a6110782b (patch) | |
tree | bbfbef7ac2973e61174a5d4185c793ffc2e399e6 /make/build.xml | |
parent | 4621d94cd8081b00bc02929da08eed7258d7d9a4 (diff) |
GlueGen AAPT Task: Android APK native-code files shall be named using 'os.and.arch', instead of android.abi for harmonization
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> |