diff options
| author | 2016-06-15 13:52:39 +0000 | |
|---|---|---|
| committer | 2016-06-15 13:52:39 +0000 | |
| commit | 2b87a47c09823031c4fe336dcef0867605debfd7 (patch) | |
| tree | 59d8454aa906f862f5a4fe2fb3eb519e2c57f9aa | |
| parent | 06c0b5d93b6f3bff55aa6c9d382a615387c8b806 (diff) | |
| parent | b3dab27101bc1f8f7020602c48be4c391ba7ea17 (diff) | |
Merge "Also compile libnetd_client for target testing."
| -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 304c2a9398..d88a4a027e 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -51,7 +51,7 @@ if [[ $mode == "host" ]]; then make_command+=" ${out_dir}/host/linux-x86/lib64/libjavacoretests.so" elif [[ $mode == "target" ]]; then make_command="make $j_arg $showcommands build-art-target-tests $common_targets" - make_command+=" libjavacrypto libjavacoretests linker toybox toolbox sh" + make_command+=" libjavacrypto libjavacoretests libnetd_client linker toybox toolbox sh" make_command+=" ${out_dir}/host/linux-x86/bin/adb libstdc++ " make_command+=" ${out_dir}/target/product/${TARGET_PRODUCT}/system/etc/public.libraries.txt" fi |