diff options
author | Sven Gothel <[email protected]> | 2014-07-10 17:31:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-10 17:31:35 +0200 |
commit | ce29395e6d0515156859e78fbf7336db2ff34dbc (patch) | |
tree | c3d9adc5fc54e58a4b2b0ee27307107c573affbb /make/build.xml | |
parent | 629814e1b5dcbf28af7e5f7d8e872e8c5cc4805b (diff) |
Bug 1023/Bug 1024: Create native jar files for different configurations due to non-native-jar aliasing
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 1ecd326..0df5cf6 100644 --- a/make/build.xml +++ b/make/build.xml @@ -489,7 +489,8 @@ <include name="*gluegen-rt.${native.library.suffix}" /> </fileset> </jar> - + <!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) --> + <copy file="${build}/gluegen-rt-natives-${os.and.arch}.jar" tofile="${build}/gluegen-rt-android-natives-${os.and.arch}.jar"/> </target> <!-- ================================================================== --> |