diff options
author | Sven Gothel <[email protected]> | 2011-08-05 13:40:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 13:40:13 +0200 |
commit | e70e44922955dfcf26b222ed36754dea00253bde (patch) | |
tree | 46888b74acccf067c4ae6a60a129ab7d859a7a2a /make/scripts/crosstest-junit-android-armv7-rel.sh | |
parent | df5cca17c76e9a566c8aa28dde5dd0f95fa4b92e (diff) |
crosstest: exclude .git as well
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 579043f..61dcda4 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 'classes/' --exclude 'src/' --exclude '.git/' \ --delete-excluded" echo "#! /system/bin/sh" > $BUILD_DIR/targetcommand.sh |