diff options
| author | 2023-09-08 08:56:46 -0400 | |
|---|---|---|
| committer | 2023-09-08 09:39:37 -0400 | |
| commit | 4fd2edb638c682d0ab21c11ed603ff6b8a1bf227 (patch) | |
| tree | 336c012027ea3da840bbdb64534a1310ac4cf4ed | |
| parent | 7d885d53a66fc5e348b5d500a003c8ee66e1ee6c (diff) | |
Add all of hardware/interfaces/media to allowlist
Test: b build //hardware/interfaces/media/... //system/tools/hidl/... \
--config=android
Test: b build //hardware/interfaces/media/... //system/tools/hidl/... -k
Change-Id: Icc0f8ebb87b269c93e1b3b37e8c162772a2384ec
| -rw-r--r-- | android/allowlists/allowlists.go | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index ad7f8d8c1..ff24cd1a0 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -285,13 +285,9 @@ var ( "hardware/interfaces/health/2.1": Bp2BuildDefaultTrue, "hardware/interfaces/health/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/health/utils": Bp2BuildDefaultTrueRecursively, - "hardware/interfaces/media/1.0": Bp2BuildDefaultTrue, - "hardware/interfaces/media/bufferpool": Bp2BuildDefaultTrueRecursively, + "hardware/interfaces/media": Bp2BuildDefaultTrueRecursively, "hardware/interfaces/media/bufferpool/aidl/default/tests": Bp2BuildDefaultFalseRecursively, - "hardware/interfaces/media/c2/1.0": Bp2BuildDefaultTrue, - "hardware/interfaces/media/c2/1.1": Bp2BuildDefaultTrue, - "hardware/interfaces/media/c2/1.2": Bp2BuildDefaultTrue, - "hardware/interfaces/media/omx/1.0": Bp2BuildDefaultTrue, + "hardware/interfaces/media/omx/1.0/vts": Bp2BuildDefaultFalseRecursively, "hardware/interfaces/neuralnetworks": Bp2BuildDefaultTrueRecursively, "hardware/interfaces/neuralnetworks/aidl/vts": Bp2BuildDefaultFalseRecursively, "hardware/interfaces/neuralnetworks/1.0/vts": Bp2BuildDefaultFalseRecursively, @@ -414,6 +410,7 @@ var ( "system/tools/aidl/build/tests_bp2build": Bp2BuildDefaultTrue, "system/tools/aidl/metadata": Bp2BuildDefaultTrue, "system/tools/hidl/metadata": Bp2BuildDefaultTrue, + "system/tools/hidl/utils": Bp2BuildDefaultTrue, "system/tools/mkbootimg": Bp2BuildDefaultTrueRecursively, "system/tools/sysprop": Bp2BuildDefaultTrue, "system/tools/xsdc/utils": Bp2BuildDefaultTrueRecursively, |