commit | 6c999eff9aa69ba50f82198fc809a5b6aa336e0f | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Wed Oct 19 16:41:10 2022 +0000 |
committer | Yu Liu <yudiliu@google.com> | Wed Oct 19 16:41:10 2022 +0000 |
tree | dc27d8568654a27533c3272e67412290b0ca8a65 | |
parent | 17b87958140076a5cd9c78969796772e7aa6bf1f [diff] [blame] |
Denylist libapexinfo and libapexinfo_tests. Bug: 254476335 Test: None Change-Id: I7cb62bf5aaba0632d9c7e652cb3b23a5a5e35013
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 31368b2..4693210 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go
@@ -1280,6 +1280,10 @@ "libapplypatch", "libapplypatch_modes", "applypatch", + + // TODO(b/254476335): disable the following due to this bug + "libapexinfo", + "libapexinfo_tests", } Bp2buildCcLibraryStaticOnlyList = []string{}