diff options
| author | 2016-01-08 10:21:59 +0000 | |
|---|---|---|
| committer | 2016-01-08 10:21:59 +0000 | |
| commit | 5ee288c9dd99614e3a238f5efceeec6456e3499d (patch) | |
| tree | 26a3758f1ef162076cb17ae94f54ec120db34e0e | |
| parent | 2c22e8de763207cda10f035f4506e049e2aa2d2d (diff) | |
| parent | 18e9c376a83f0975ec27ef04e4dfedd6335be9ec (diff) | |
Merge "Add libstdc++ as a target for buildbot builds."
| -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 02787fba43..9e02ce2f90 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -48,7 +48,7 @@ done if [[ $mode == "host" ]]; then make_command="make $j_arg $showcommands build-art-host-tests $common_targets ${out_dir}/host/linux-x86/lib/libjavacoretests.so ${out_dir}/host/linux-x86/lib64/libjavacoretests.so" elif [[ $mode == "target" ]]; then - make_command="make $j_arg $showcommands build-art-target-tests $common_targets libjavacrypto libjavacoretests linker toybox toolbox sh ${out_dir}/host/linux-x86/bin/adb" + make_command="make $j_arg $showcommands build-art-target-tests $common_targets libjavacrypto libjavacoretests linker toybox toolbox sh ${out_dir}/host/linux-x86/bin/adb libstdc++" fi echo "Executing $make_command" |