commit | e559b1f5ff2342db27e5b86fe2a1e639bbbcad1f | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Apr 25 16:54:49 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 25 16:54:49 2022 +0000 |
tree | d6a7d852f8477991b7604fdf9a851339dbeb65b1 | |
parent | d21a8a5a428316533cb2b4f1a8c9a6a30830d1f1 [diff] | |
parent | 104f041281b147f72b31e56a6974f092ffca5ae2 [diff] |
Merge "Skip linux_bionic by default in the build tests."
diff --git a/build_test.bash b/build_test.bash index 1dc6660..8b91e2c 100755 --- a/build_test.bash +++ b/build_test.bash
@@ -25,7 +25,8 @@ # Products that are broken or otherwise don't work with multiproduct_kati SKIPPED_PRODUCTS=( - # Both of these products are for soong-only builds, and will fail the kati stage. + # These products are for soong-only builds, and will fail the kati stage. + linux_bionic mainline_sdk ndk )