OSDN Git Service

rild: setup rild library path in init.<board>.rc file.
authorDavid 'Digit' Turner <digit@google.com>
Wed, 22 Jun 2016 10:00:41 +0000 (12:00 +0200)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 22 Jun 2016 12:30:14 +0000 (14:30 +0200)
This allows us to remove emulator-specific hacks in
hardware/ril/rild/rild.c

BUG=25875346

Change-Id: I3b40c19bf6da3eb0bcd3398179d61d363b29941d

init.goldfish.rc
init.ranchu.rc

index d031e8c..4258a6e 100644 (file)
@@ -30,6 +30,7 @@ on boot
     stop akmd
 
 # start essential services
+    setprop rild.libpath libreference-ril.so
     start goldfish-logcat
     start goldfish-setup
 
index 27cf95e..7d0e7f3 100644 (file)
@@ -35,7 +35,8 @@ on boot
     stop akmd
 
 # start essential services
-# These were written for the classic emulator, but are applicable to ranchu
+    setprop rild.libpath libreference-ril.so
+    # These were written for the classic emulator, but are applicable to ranchu
     start goldfish-logcat
     start goldfish-setup