summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-05 05:11:36 +0200
committerSven Gothel <[email protected]>2011-08-05 05:11:36 +0200
commit0afee4288c9f95450292ca2f2ec9170b93f64830 (patch)
tree0aca5a4b778d8ea951eab9448dd04d4bad90b081 /make/build-test.xml
parent847d4d93f28423d9f4bc1f3c4e02c936f90d0798 (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.xml1
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>