diff options
| author | 2023-08-24 11:10:01 -0400 | |
|---|---|---|
| committer | 2023-08-25 17:45:24 -0400 | |
| commit | 3570ce3f69b4ded24e92c63c521d5c77782d0f9f (patch) | |
| tree | 57948828775dbf6cab6d740137b915ac5a08a62a | |
| parent | bcb5f57eedf36b1ac20a7c4102085ae38ad807e9 (diff) | |
Allowlist rust_library dependencies of aconfig
These deps are not depdendent on libaconfig_protos (rust_protobuf_host) and rust_proc_macro modules.
Test: b build //external/rust/crates/...
Bug: 295910506
Change-Id: I1c6058d029c2d475bd760ae9497fe78343a13882
| -rw-r--r-- | android/allowlists/allowlists.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 4f571d2b9..96962fd45 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -488,6 +488,18 @@ var ( } Bp2buildModuleAlwaysConvertList = []string{ + // aconfig + "libonce_cell", + "libanyhow", + "libunicode_segmentation", + "libmemchr", + "libbitflags-1.3.2", + "libryu", + "libitoa", + "libos_str_bytes", + "libheck", + "libclap_ex", + // ext "tagsoup", |