diff options
| author | 2023-09-12 21:17:14 +0000 | |
|---|---|---|
| committer | 2023-09-14 17:34:30 +0000 | |
| commit | 3d6ac190f22c208086c3a187628758cd9fb19fb2 (patch) | |
| tree | 3e3e1f5e2ca92470d7ecd8b18e5a509875b51652 | |
| parent | c77ca9af3a467846779030139ad0bd3ae1775fb1 (diff) | |
Allowlist ndk STL dependencies
Bug: 298088835
Test: TH
Change-Id: I43942ad17645c99de82a966d674ef80100eaffd0
| -rw-r--r-- | android/allowlists/allowlists.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 483cc8437..732028c5f 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -897,6 +897,13 @@ var ( // java_resources with multiple resource_dirs "emma", + + // NDK STL + "ndk_libc++abi", + "ndk_libunwind", + "ndk_libc++_static", + "ndk_libc++_shared", + "ndk_system", } Bp2buildModuleTypeAlwaysConvertList = []string{ |