From a2cccc3926c7d98814c1263e3dc239515c5ca7b8 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Thu, 5 Jan 2023 16:53:56 -0500 Subject: [PATCH] bp2build converts android.hardware.audio AIDL Test: build --config=android //hardware/interfaces/audio/aidl:android.hardware.audio.effect-V1-ndk_aidl_code_gen Change-Id: I55764604fbed4e40dd85b1e2fd1491fa043c92f8 --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 63fe4621f..87554a24a 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -212,7 +212,9 @@ var ( "frameworks/proto_logging/stats": Bp2BuildDefaultTrueRecursively, "hardware/interfaces": Bp2BuildDefaultTrue, + "hardware/interfaces/audio/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/common/aidl": Bp2BuildDefaultTrue, + "hardware/interfaces/common/fmq/aidl": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/1.0": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/1.1": Bp2BuildDefaultTrue, "hardware/interfaces/configstore/utils": Bp2BuildDefaultTrue,