diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 1353293f2..4fc6ae368 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1326,6 +1326,9 @@ var ( // uses glob in $(locations) "libc_musl_sysroot", + + // TODO(b/266459895): depends on libunwindstack + "libutils_test", } MixedBuildsDisabledList = []string{ |