diff options
| author | 2015-06-12 14:30:08 +0000 | |
|---|---|---|
| committer | 2015-06-12 14:30:09 +0000 | |
| commit | 93192e73ac80de28344699695712311a4d8627f2 (patch) | |
| tree | a0d91c65460c18e57f4ad6d8a293948bd3e9648d | |
| parent | d26d13c79a2a974eb49ca77537e9107fef904c30 (diff) | |
| parent | 57366976a4e643f047a5a2f778f1c9cf5ebecffe (diff) | |
Merge "tools/buildbot-build.sh: Remove javalibcoretest from common targets"
| -rwxr-xr-x | tools/buildbot-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index 5cc29d0969..da7131c15d 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -19,7 +19,7 @@ if [ ! -d art ]; then exit 1 fi -common_targets="vogar vogar.jar core-tests apache-harmony-jdwp-tests-hostdex out/host/linux-x86/bin/adb jsr166-tests libjavacoretests conscrypt-tests" +common_targets="vogar vogar.jar core-tests apache-harmony-jdwp-tests-hostdex out/host/linux-x86/bin/adb jsr166-tests conscrypt-tests" android_root="/data/local/tmp/system" linker="linker" mode="target" |