mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -19,7 +19,7 @@ aidl_interface {
|
||||
"android/hardware/common/fmq/*.aidl",
|
||||
],
|
||||
imports: [
|
||||
"android.hardware.common",
|
||||
"android.hardware.common-V2",
|
||||
],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
|
||||
Reference in New Issue
Block a user