mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
specify import version (I)
Required to automate AIDL finalization - makes errors show up now instead of later. Bug: 188871598 Test: build Change-Id: Ic544707bac671d8327d8cc704a9d453470141e8e
This commit is contained in:
@@ -29,7 +29,7 @@ aidl_interface {
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
"android.hardware.common.fmq-V1",
|
||||
"android.hardware.audio.common",
|
||||
"android.hardware.audio.common-V1",
|
||||
],
|
||||
backend: {
|
||||
cpp: {
|
||||
|
||||
@@ -13,7 +13,7 @@ aidl_interface {
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/input/processor/*.aidl"],
|
||||
imports: [
|
||||
"android.hardware.input.common",
|
||||
"android.hardware.input.common-V1",
|
||||
],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
|
||||
Reference in New Issue
Block a user