summaryrefslogtreecommitdiffstats
path: root/radio/1.0/Android.bp
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2016-10-27 13:20:49 -0700
committerSanket Padawe <sanketpadawe@google.com>2016-10-27 13:20:49 -0700
commit76372496a7754d94079b7fb6315a4ef64e4f6c3b (patch)
tree10c3e30142a79c82c2eeec10b6c22db57a6ef15c /radio/1.0/Android.bp
parenta6b44aad9731ad81c12ddbe40f774af3a5f87340 (diff)
downloadplatform_hardware_interfaces-76372496a7754d94079b7fb6315a4ef64e4f6c3b.tar.gz
platform_hardware_interfaces-76372496a7754d94079b7fb6315a4ef64e4f6c3b.tar.bz2
platform_hardware_interfaces-76372496a7754d94079b7fb6315a4ef64e4f6c3b.zip
Develop HIDL interface for radio (RIL).
Test: Only built the hidl interface as there isn't anything else to test. Bug: 32020264 Change-Id: Ibf62feb9c562992cffb9ba6d1ec85a7e9c22f359
Diffstat (limited to 'radio/1.0/Android.bp')
-rw-r--r--radio/1.0/Android.bp24
1 files changed, 16 insertions, 8 deletions
diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp
index 34eaf33d0e..6e122fd27b 100644
--- a/radio/1.0/Android.bp
+++ b/radio/1.0/Android.bp
@@ -7,12 +7,14 @@ genrule {
srcs: [
"types.hal",
"IRadio.hal",
- "IRadioCallback.hal",
+ "IRadioIndication.hal",
+ "IRadioResponse.hal",
],
out: [
"android/hardware/radio/1.0/types.cpp",
"android/hardware/radio/1.0/RadioAll.cpp",
- "android/hardware/radio/1.0/RadioCallbackAll.cpp",
+ "android/hardware/radio/1.0/RadioIndicationAll.cpp",
+ "android/hardware/radio/1.0/RadioResponseAll.cpp",
],
}
@@ -23,7 +25,8 @@ genrule {
srcs: [
"types.hal",
"IRadio.hal",
- "IRadioCallback.hal",
+ "IRadioIndication.hal",
+ "IRadioResponse.hal",
],
out: [
"android/hardware/radio/1.0/types.h",
@@ -32,11 +35,16 @@ genrule {
"android/hardware/radio/1.0/BnRadio.h",
"android/hardware/radio/1.0/BpRadio.h",
"android/hardware/radio/1.0/BsRadio.h",
- "android/hardware/radio/1.0/IRadioCallback.h",
- "android/hardware/radio/1.0/IHwRadioCallback.h",
- "android/hardware/radio/1.0/BnRadioCallback.h",
- "android/hardware/radio/1.0/BpRadioCallback.h",
- "android/hardware/radio/1.0/BsRadioCallback.h",
+ "android/hardware/radio/1.0/IRadioIndication.h",
+ "android/hardware/radio/1.0/IHwRadioIndication.h",
+ "android/hardware/radio/1.0/BnRadioIndication.h",
+ "android/hardware/radio/1.0/BpRadioIndication.h",
+ "android/hardware/radio/1.0/BsRadioIndication.h",
+ "android/hardware/radio/1.0/IRadioResponse.h",
+ "android/hardware/radio/1.0/IHwRadioResponse.h",
+ "android/hardware/radio/1.0/BnRadioResponse.h",
+ "android/hardware/radio/1.0/BpRadioResponse.h",
+ "android/hardware/radio/1.0/BsRadioResponse.h",
],
}