mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "specify import version (I)"
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user