Merge "bp2build allowlist libimapper, bufferpools deps" am: 9ac38d7e4e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2494315

Change-Id: I22fc6b2f2e03163640fc00af825203dab7f75277
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sam Delmerico
2023-03-17 14:42:46 +00:00
committed by Automerger Merge Worker

View File

@@ -220,6 +220,7 @@ var (
"hardware/interfaces": Bp2BuildDefaultTrue, "hardware/interfaces": Bp2BuildDefaultTrue,
"hardware/interfaces/audio/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/audio/aidl": Bp2BuildDefaultTrue,
"hardware/interfaces/audio/aidl/common": Bp2BuildDefaultTrue, "hardware/interfaces/audio/aidl/common": Bp2BuildDefaultTrue,
"hardware/interfaces/bufferpool/aidl": Bp2BuildDefaultTrue,
"hardware/interfaces/common/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/common/aidl": Bp2BuildDefaultTrue,
"hardware/interfaces/common/fmq/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/common/fmq/aidl": Bp2BuildDefaultTrue,
"hardware/interfaces/configstore/1.0": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/1.0": Bp2BuildDefaultTrue,
@@ -705,6 +706,10 @@ var (
"kotlinx_coroutines", "kotlinx_coroutines",
"annotations", "annotations",
"kotlinx-coroutines-android-annotation-stubs", "kotlinx-coroutines-android-annotation-stubs",
// for building com.android.neuralnetworks
"libimapper_stablec",
"libimapper_providerutils",
} }
Bp2buildModuleTypeAlwaysConvertList = []string{ Bp2buildModuleTypeAlwaysConvertList = []string{