summaryrefslogtreecommitdiffstats
path: root/rild
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2017-02-23 11:17:29 -0800
committerAmit Mahajan <amitmahajan@google.com>2017-02-23 15:17:51 -0800
commit166eb83db99d00ffd29a14b0c242bbed1d1a7304 (patch)
tree9c31b9b998f62ae10532e972b98a327d949271a3 /rild
parent439da36d8c44f805e7b73838c53d926ef60150d3 (diff)
downloadandroid_hardware_ril-166eb83db99d00ffd29a14b0c242bbed1d1a7304.tar.gz
android_hardware_ril-166eb83db99d00ffd29a14b0c242bbed1d1a7304.tar.bz2
android_hardware_ril-166eb83db99d00ffd29a14b0c242bbed1d1a7304.zip
Move rild to vendor partition.
Test: Basic telephony sanity Bug: 35672432 Change-Id: I7aac54db10fe190596378cabbbc634b862d13acb
Diffstat (limited to 'rild')
-rw-r--r--rild/Android.mk2
-rw-r--r--rild/rild.rc2
2 files changed, 3 insertions, 1 deletions
diff --git a/rild/Android.mk b/rild/Android.mk
index b8de0bd..9e723eb 100644
--- a/rild/Android.mk
+++ b/rild/Android.mk
@@ -24,6 +24,8 @@ ifeq ($(SIM_COUNT), 2)
LOCAL_CFLAGS += -DANDROID_SIM_COUNT_2
endif
+LOCAL_MODULE_RELATIVE_PATH := hw
+LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE:= rild
LOCAL_MODULE_TAGS := optional
LOCAL_INIT_RC := rild.rc
diff --git a/rild/rild.rc b/rild/rild.rc
index 35b424f..fe7982e 100644
--- a/rild/rild.rc
+++ b/rild/rild.rc
@@ -1,4 +1,4 @@
-service ril-daemon /system/bin/rild
+service ril-daemon /vendor/bin/hw/rild
class main
socket rild stream 660 root radio
socket sap_uim_socket1 stream 660 bluetooth bluetooth