From 7ccd3de647de4f148196c2c90953c6a33c490af9 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 31 Aug 2021 18:04:36 -0700 Subject: [PATCH] fmq: use versions for imports This makes sure that when developers add a new version of an interface, or when interfaces are being frozen, the runtime/buildtime situation of clients depending on those interfaces remains the same. This is required for AIDL to continue working at scale. Bug: 188871598 Test: build Change-Id: I2a30859548cd676f9329007590a53c4916a1c0ef --- common/fmq/aidl/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fmq/aidl/Android.bp b/common/fmq/aidl/Android.bp index ad5fab7596..570d02d239 100644 --- a/common/fmq/aidl/Android.bp +++ b/common/fmq/aidl/Android.bp @@ -19,7 +19,7 @@ aidl_interface { "android/hardware/common/fmq/*.aidl", ], imports: [ - "android.hardware.common", + "android.hardware.common-V2", ], stability: "vintf", backend: {