aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2020-10-09 13:03:33 -0700
committerAlistair Delva <adelva@google.com>2020-10-27 10:17:10 -0700
commit0285ee32aaeab0da63985cd3de6166ac28867ae6 (patch)
tree4f489c8c4f9e318f71dacedfb95cf6cebbd6d34b
parente08939c55009252da8fa2c9c1c49fe0ed5779660 (diff)
downloadcuttlefish_vmm-0285ee32aaeab0da63985cd3de6166ac28867ae6.tar.gz
Update gfxstream build no tests flag
The flag changed with during aosp/1449285. Bug: b/165022040 Test: rebuilt gfxstream Change-Id: Iedc0bdf4f5c94866f49f7fe8ab772319da366ab0 (cherry picked from commit 2a7ba6968260ada75f8cdcd5c7ea998e7e60dc39)
-rwxr-xr-xrebuild-internal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-internal.sh b/rebuild-internal.sh
index b72107f..791f074 100755
--- a/rebuild-internal.sh
+++ b/rebuild-internal.sh
@@ -292,7 +292,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"
chmod +x "${dist_dir}/libc++.so.1"