diff options
| author | 2015-06-12 09:24:30 +0000 | |
|---|---|---|
| committer | 2015-06-12 09:24:30 +0000 | |
| commit | 3d4e3b93e11a8c8658a6498aed77e3b28b55bc86 (patch) | |
| tree | ee330a9bab413f07abba47decbff5af9fd2b7981 | |
| parent | edc0e4f317bd110dfd774fd1c42d7455763820d9 (diff) | |
| parent | bd4b420d0b36dde14b822a95bf9528d3e0794bac (diff) | |
Merge "Add libjavacoretests.so to the things to build."
| -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 77e6b1ad14..b84ae473f0 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" +common_targets="vogar vogar.jar core-tests apache-harmony-jdwp-tests-hostdex out/host/linux-x86/bin/adb jsr166-tests libjavacoretests" android_root="/data/local/tmp/system" linker="linker" mode="target" |