summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2020-10-10 00:24:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-10 00:24:48 +0000
commit4a86cff6d5b7b2a9f7db2bd25c1ed8f12b2b3588 (patch)
treebd3c629b3dfa7d1f0096936699337c068411358a
parent916469869ac87442699c1821790c173ba66752b8 (diff)
parent2a7ba6968260ada75f8cdcd5c7ea998e7e60dc39 (diff)
downloaddevice_google_cuttlefish_vmm-4a86cff6d5b7b2a9f7db2bd25c1ed8f12b2b3588.tar.gz
device_google_cuttlefish_vmm-4a86cff6d5b7b2a9f7db2bd25c1ed8f12b2b3588.tar.bz2
device_google_cuttlefish_vmm-4a86cff6d5b7b2a9f7db2bd25c1ed8f12b2b3588.zip
Update gfxstream build no tests flag am: 2a7ba69682
Original change: https://android-review.googlesource.com/c/device/google/cuttlefish_vmm/+/1455622 Change-Id: I79fecd9a5dfe3706e135ada69f6099e46eb8e1e1
-rwxr-xr-xrebuild-internal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-internal.sh b/rebuild-internal.sh
index 8a9a400..c566ad2 100755
--- a/rebuild-internal.sh
+++ b/rebuild-internal.sh
@@ -276,7 +276,7 @@ compile_gfxstream() {
# TODO: Fix or remove network unit tests that are failing in docker,
# so we can take out "notests"
- python3 android/build/python/cmake.py --gfxstream_only --notests
+ python3 android/build/python/cmake.py --gfxstream_only --no-tests
local dist_dir="${SOURCE_DIR}/external/qemu/objs/distribution/emulator/lib64"
cp "${dist_dir}/libc++.so.1" "${OUTPUT_LIB_DIR}"