OSDN Git Service

Add libjavacoretests.so to the things to build.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 12 Jun 2015 09:23:30 +0000 (10:23 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 12 Jun 2015 09:23:43 +0000 (10:23 +0100)
Needed for runing dalvik.system tests.

Change-Id: I6bd08b436bd560bff946586802028ab386bc6ec8

tools/buildbot-build.sh

index 77e6b1a..b84ae47 100755 (executable)
@@ -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"