specify import version (I)

Required to automate AIDL finalization - makes errors show up
now instead of later.

Bug: 188871598
Test: build
Change-Id: I6f46a39f76a73f27a71bc36e600941249ccbe8ee
Merged-In: Ic544707bac671d8327d8cc704a9d453470141e8e
This commit is contained in:
Steven Moreland 2022-12-23 02:10:35 +00:00
parent 95aa48b473
commit e489590628
5 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ aidl_interface {
"android/hardware/biometrics/face/**/*.aidl",
],
imports: [
"android.hardware.biometrics.common",
"android.hardware.biometrics.common-V2",
"android.hardware.common-V2",
"android.hardware.keymaster-V3",
],

View file

@ -14,7 +14,7 @@ aidl_interface {
"android/hardware/biometrics/fingerprint/**/*.aidl",
],
imports: [
"android.hardware.biometrics.common",
"android.hardware.biometrics.common-V2",
"android.hardware.keymaster-V3",
],
stability: "vintf",

View file

@ -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: {

View file

@ -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: {

View file

@ -38,7 +38,7 @@ aidl_interface {
srcs: ["android/hardware/radio/config/*.aidl"],
frozen: true,
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,
@ -62,7 +62,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/data/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,
@ -86,7 +86,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/messaging/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,
@ -110,7 +110,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/modem/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,
@ -134,7 +134,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/network/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,
@ -159,8 +159,8 @@ aidl_interface {
srcs: ["android/hardware/radio/sim/*.aidl"],
stability: "vintf",
imports: [
"android.hardware.radio",
"android.hardware.radio.config",
"android.hardware.radio-V1",
"android.hardware.radio.config-V1",
],
backend: {
cpp: {
@ -188,7 +188,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/voice/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: false,