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
This commit is contained in:
Steven Moreland
2021-08-31 18:04:36 -07:00
parent 994a3856c9
commit 7ccd3de647

View File

@@ -19,7 +19,7 @@ aidl_interface {
"android/hardware/common/fmq/*.aidl",
],
imports: [
"android.hardware.common",
"android.hardware.common-V2",
],
stability: "vintf",
backend: {