From 774a1bfd7ffcd21ac98ded6936f6e104ba0ef872 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 6 Oct 2022 01:29:49 +0000 Subject: [PATCH] Add aosp_riscv64 to build_test skipped products aosp_riscv64 isn't ready for build_test yet, it still requires ALLOW_MISSING_DEPENDENCIES=true to build. Bug: 250918230 Change-Id: I9151fa84bf6ad0fa67dd06d3268311ae716b5185 Test: none --- build_test.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_test.bash b/build_test.bash index 6f0fba7d5..92819a1bb 100755 --- a/build_test.bash +++ b/build_test.bash @@ -29,6 +29,9 @@ SKIPPED_PRODUCTS=( linux_bionic mainline_sdk ndk + + # New architecture bringup, fails without ALLOW_MISSING_DEPENDENCIES=true + aosp_riscv64 ) # To track how long we took to startup. %N isn't supported on Darwin, but