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