diff options
author | Sven Gothel <[email protected]> | 2011-08-05 05:11:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 05:11:36 +0200 |
commit | 0afee4288c9f95450292ca2f2ec9170b93f64830 (patch) | |
tree | 0aca5a4b778d8ea951eab9448dd04d4bad90b081 /make/build-test.xml | |
parent | 847d4d93f28423d9f4bc1f3c4e02c936f90d0798 (diff) |
aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-library com.jogamp.common
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 7836d99..24bef71 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -137,6 +137,7 @@ nativebuilddir="${build_t.lib}" nativebasename="test" androidmanifest.path="resources/android/AndroidManifest-Test.xml" + androidresources.path="resources/android/res" version.code="${gluegen_int_version}" version.name="${gluegen.version.plus}" /> </target> |