Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4895906 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent 95aa48b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -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: {
+1 −1
Original line number Diff line number Diff line
@@ -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: {
+8 −8
Original line number Diff line number Diff line
@@ -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,