summaryrefslogtreecommitdiff
path: root/radio
diff options
context:
space:
mode:
authorSarah Chin <sarahchin@google.com>2022-04-05 12:01:33 -0700
committerSarah Chin <sarahchin@google.com>2022-04-05 12:01:35 -0700
commit57556fbde4b822d7cca16feeea2232e2ab5881fd (patch)
tree317c68fc0c99a19f9e6accd783ffe06bba740c4f /radio
parent1b7abc43b633b47612d48c01cb995262fcc1107b (diff)
Enable host support for IRadio AIDL
Test: build Bug: 227504826 Change-Id: Id444cd20944de3679b27667f2419d25f5c040f65
Diffstat (limited to 'radio')
-rw-r--r--radio/aidl/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/radio/aidl/Android.bp b/radio/aidl/Android.bp
index c5a3a8bb81..e1808af9e2 100644
--- a/radio/aidl/Android.bp
+++ b/radio/aidl/Android.bp
@@ -10,6 +10,7 @@ package {
aidl_interface {
name: "android.hardware.radio",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/*.aidl"],
stability: "vintf",
backend: {
@@ -30,6 +31,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.config",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/config/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
@@ -51,6 +53,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.data",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/data/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
@@ -72,6 +75,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.messaging",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/messaging/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
@@ -93,6 +97,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.modem",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/modem/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
@@ -114,6 +119,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.network",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/network/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],
@@ -135,6 +141,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.sim",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/sim/*.aidl"],
stability: "vintf",
imports: [
@@ -159,6 +166,7 @@ aidl_interface {
aidl_interface {
name: "android.hardware.radio.voice",
vendor_available: true,
+ host_supported: true,
srcs: ["android/hardware/radio/voice/*.aidl"],
stability: "vintf",
imports: ["android.hardware.radio"],