Merge "Allowlist ndk STL dependencies" into main am: 9f7028852c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2750725 Change-Id: I6419fd0cb9cb50e9f2d993df8d77456458a3c5b9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3a01b22df2
1 changed files with 7 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue