commit | 85c0ef154b6157d3084598175859a3f71df1a946 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Thu Oct 20 05:34:02 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 20 05:34:02 2022 +0000 |
tree | 922a02c299b9f5f1a28091e69597ab53eccab8f8 | |
parent | 47907191e2c1313f714f63db32b88f3cce456064 [diff] | |
parent | 6c999eff9aa69ba50f82198fc809a5b6aa336e0f [diff] |
Merge "Denylist libapexinfo and libapexinfo_tests."
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{}