summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2021-08-31 18:04:36 -0700
committerSteven Moreland <smoreland@google.com>2021-08-31 18:04:53 -0700
commit7ccd3de647de4f148196c2c90953c6a33c490af9 (patch)
treef0ae628a99e4f32c92b809d995922cb9c66954e2
parent994a3856c981f379d6493641f5f935c773f8d132 (diff)
downloadplatform_hardware_interfaces-7ccd3de647de4f148196c2c90953c6a33c490af9.tar.gz
platform_hardware_interfaces-7ccd3de647de4f148196c2c90953c6a33c490af9.tar.bz2
platform_hardware_interfaces-7ccd3de647de4f148196c2c90953c6a33c490af9.zip
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
-rw-r--r--common/fmq/aidl/Android.bp2
1 files changed, 1 insertions, 1 deletions
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: {