From b16a3dbc5d833686d9e1f19b173be5a917f1e5ed Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Dec 2022 02:10:35 +0000 Subject: [PATCH] specify import version (I) Required to automate AIDL finalization - makes errors show up now instead of later. Bug: 188871598 Test: build Change-Id: Ic544707bac671d8327d8cc704a9d453470141e8e --- bluetooth/audio/aidl/Android.bp | 2 +- input/processor/aidl/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bluetooth/audio/aidl/Android.bp b/bluetooth/audio/aidl/Android.bp index 4aea83f199..618141f8ca 100644 --- a/bluetooth/audio/aidl/Android.bp +++ b/bluetooth/audio/aidl/Android.bp @@ -29,7 +29,7 @@ aidl_interface { imports: [ "android.hardware.common-V2", "android.hardware.common.fmq-V1", - "android.hardware.audio.common", + "android.hardware.audio.common-V1", ], backend: { cpp: { diff --git a/input/processor/aidl/Android.bp b/input/processor/aidl/Android.bp index 773bb493bf..f1a73d2e3b 100644 --- a/input/processor/aidl/Android.bp +++ b/input/processor/aidl/Android.bp @@ -13,7 +13,7 @@ aidl_interface { vendor_available: true, srcs: ["android/hardware/input/processor/*.aidl"], imports: [ - "android.hardware.input.common", + "android.hardware.input.common-V1", ], stability: "vintf", backend: {