Update allowlist to fix build am: 52b842a1fa
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2364220 Change-Id: I76e183194dc12f70d4cceb3a2769ad63c26c543e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
012e736bcb
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,8 @@ var (
|
|||
"frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/media/libshmem": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/media/audioaidlconversion": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/media/module/minijail": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/av/services/minijail": Bp2BuildDefaultTrueRecursively,
|
||||
"frameworks/base/libs/androidfw": Bp2BuildDefaultTrue,
|
||||
|
@ -205,6 +207,7 @@ var (
|
|||
"frameworks/native/opengl/tests/testLatency": Bp2BuildDefaultTrue,
|
||||
"frameworks/native/opengl/tests/testPauseResume": Bp2BuildDefaultTrue,
|
||||
"frameworks/native/opengl/tests/testViewport": Bp2BuildDefaultTrue,
|
||||
"frameworks/native/libs/permission": Bp2BuildDefaultTrue,
|
||||
"frameworks/native/services/batteryservice": Bp2BuildDefaultTrue,
|
||||
"frameworks/proto_logging/stats": Bp2BuildDefaultTrueRecursively,
|
||||
|
||||
|
@ -305,6 +308,7 @@ var (
|
|||
"system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively,
|
||||
"system/core/property_service/libpropertyinfoserializer": Bp2BuildDefaultTrueRecursively,
|
||||
"system/extras/toolchain-extras": Bp2BuildDefaultTrue,
|
||||
"system/hardware/interfaces/media": Bp2BuildDefaultTrueRecursively,
|
||||
"system/incremental_delivery/incfs": Bp2BuildDefaultTrue,
|
||||
"system/libartpalette": Bp2BuildDefaultTrueRecursively,
|
||||
"system/libbase": Bp2BuildDefaultTrueRecursively,
|
||||
|
|
Loading…
Reference in a new issue