From df4413a01f2737a5156bc68a63f515525bea4a54 Mon Sep 17 00:00:00 2001 From: Yu Liu Date: Sat, 23 Jul 2022 21:24:30 -0700 Subject: [PATCH] Support bp2build conversion of hidl_interface. Bug: 232520859 Test: Manual tests Change-Id: I0a16f3c0a953dbc58c196aa9d2fedd2063c2a875 --- android/allowlists/allowlists.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index e606cb165..a5799a54e 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -215,6 +215,10 @@ var ( "system/libartpalette": Bp2BuildDefaultTrueRecursively, "system/libbase": Bp2BuildDefaultTrueRecursively, "system/libfmq": Bp2BuildDefaultTrue, + "system/libhidl/transport/base/1.0": Bp2BuildDefaultTrue, + "system/libhidl/transport/manager/1.0": Bp2BuildDefaultTrue, + "system/libhidl/transport/manager/1.1": Bp2BuildDefaultTrue, + "system/libhidl/transport/manager/1.2": Bp2BuildDefaultTrue, "system/libhwbinder": Bp2BuildDefaultTrueRecursively, "system/libprocinfo": Bp2BuildDefaultTrue, "system/libziparchive": Bp2BuildDefaultTrueRecursively, @@ -382,6 +386,10 @@ var ( "car-ui-androidx-core-common-nodeps", "car-ui-androidx-lifecycle-common-nodeps", "car-ui-androidx-constraintlayout-solver-nodeps", + + //system/libhidl + // needed by cc_hidl_library + "libhidlbase", } Bp2buildModuleTypeAlwaysConvertList = []string{