summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-06-12 09:24:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-06-12 09:24:30 +0000
commit3d4e3b93e11a8c8658a6498aed77e3b28b55bc86 (patch)
treeee330a9bab413f07abba47decbff5af9fd2b7981
parentedc0e4f317bd110dfd774fd1c42d7455763820d9 (diff)
parentbd4b420d0b36dde14b822a95bf9528d3e0794bac (diff)
Merge "Add libjavacoretests.so to the things to build."
-rwxr-xr-xtools/buildbot-build.sh2
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"