summaryrefslogtreecommitdiffstats
path: root/hidl/radio/1.3/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'hidl/radio/1.3/Android.bp')
-rw-r--r--hidl/radio/1.3/Android.bp24
1 files changed, 24 insertions, 0 deletions
diff --git a/hidl/radio/1.3/Android.bp b/hidl/radio/1.3/Android.bp
new file mode 100644
index 0000000..8d5e57e
--- /dev/null
+++ b/hidl/radio/1.3/Android.bp
@@ -0,0 +1,24 @@
+cc_binary {
+ name: "android.hardware.radio@1.3-radio-service.samsung",
+ init_rc: ["android.hardware.radio@1.3-radio-service.samsung.rc"],
+ relative_install_path: "hw",
+ vendor: true,
+ srcs: [
+ "Radio.cpp",
+ "SecRadioIndication.cpp",
+ "SecRadioResponse.cpp",
+ "radio-service.cpp",
+ ],
+ shared_libs: [
+ "libhidlbase",
+ "libhidltransport",
+ "liblog",
+ "libutils",
+ "android.hardware.radio@1.0",
+ "android.hardware.radio@1.1",
+ "android.hardware.radio@1.2",
+ "android.hardware.radio@1.3",
+ "vendor.samsung.hardware.radio@1.2",
+ "android.hidl.safe_union@1.0",
+ ],
+}