Merge "Specify the version of imported android.hardware.radio"

This commit is contained in:
Hunsuk Choi
2022-09-29 18:25:44 +00:00
committed by Android (Google) Code Review

View File

@@ -36,7 +36,7 @@ aidl_interface {
host_supported: true,
srcs: ["android/hardware/radio/config/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
imports: ["android.hardware.radio-V1"],
backend: {
cpp: {
enabled: true,
@@ -60,7 +60,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: true,
@@ -84,7 +84,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: true,
@@ -108,7 +108,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: true,
@@ -157,7 +157,7 @@ aidl_interface {
srcs: ["android/hardware/radio/sim/*.aidl"],
stability: "vintf",
imports: [
"android.hardware.radio",
"android.hardware.radio-V1",
"android.hardware.radio.config",
],
backend: {
@@ -186,7 +186,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: true,