diff options
author | Sven Gothel <[email protected]> | 2011-08-05 16:41:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 16:41:34 +0200 |
commit | 2fa326f0f64afff58e3d0a706a637bd54126c343 (patch) | |
tree | eb0db9dc117b787c7345a89c961515ca87b95e99 /make/scripts/crosstest-junit-android-armv7-rel.sh | |
parent | e70e44922955dfcf26b222ed36754dea00253bde (diff) |
crosstest rsync, drop src zip
Diffstat (limited to 'make/scripts/crosstest-junit-android-armv7-rel.sh')
-rw-r--r-- | make/scripts/crosstest-junit-android-armv7-rel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/crosstest-junit-android-armv7-rel.sh b/make/scripts/crosstest-junit-android-armv7-rel.sh index 61dcda4..c22217b 100644 --- a/make/scripts/crosstest-junit-android-armv7-rel.sh +++ b/make/scripts/crosstest-junit-android-armv7-rel.sh @@ -31,7 +31,7 @@ LOGFILE=`basename $0 .sh`.log # -Djava.library.path=/system/lib:$TARGET_ROOT/gluegen/make/$BUILD_DIR/obj:$BUILD_DIR/test/build/natives \ RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' --exclude 'gluegen-java-src.zip' \ --delete-excluded" echo "#! /system/bin/sh" > $BUILD_DIR/targetcommand.sh |