bp2build allowlist libimapper, bufferpools deps
These are used to build com.android.neuralnetworks and com.android.media.swcodec. Bug: 273927900 Test: b build --config=android //frameworks/av/apex:com.android.media.swcodec Test: b build --config=android //packages/modules/NeuralNetworks/apex:com.android.neuralnetworks Change-Id: Ia36d6e3419fb5034f1dbf410da738fcbf98d6874
This commit is contained in:
parent
65e42ecd47
commit
9d71a84e55
1 changed files with 5 additions and 0 deletions
|
@ -220,6 +220,7 @@ var (
|
|||
"hardware/interfaces": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/audio/aidl": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/audio/aidl/common": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/bufferpool/aidl": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/common/aidl": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/common/fmq/aidl": Bp2BuildDefaultTrue,
|
||||
"hardware/interfaces/configstore/1.0": Bp2BuildDefaultTrue,
|
||||
|
@ -705,6 +706,10 @@ var (
|
|||
"kotlinx_coroutines",
|
||||
"annotations",
|
||||
"kotlinx-coroutines-android-annotation-stubs",
|
||||
|
||||
// for building com.android.neuralnetworks
|
||||
"libimapper_stablec",
|
||||
"libimapper_providerutils",
|
||||
}
|
||||
|
||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||
|
|
Loading…
Reference in a new issue