diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/buildbot-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index 4f99ac33a9..ab604b2ded 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -70,6 +70,7 @@ if [[ $mode == "host" ]]; then make_command="make $j_arg $showcommands build-art-host-tests $common_targets dx-tests" make_command+=" ${out_dir}/host/linux-x86/lib/libjavacoretests.so " make_command+=" ${out_dir}/host/linux-x86/lib64/libjavacoretests.so" + make_command+=" libwrapagentpropertiesd libwrapagentproperties" elif [[ $mode == "target" ]]; then make_command="make $j_arg $showcommands build-art-target-tests $common_targets" make_command+=" libjavacrypto libjavacoretests libnetd_client linker toybox toolbox sh" |