Skip to content
Snippets Groups Projects
Commit 129ba5c2 authored by Michael Vines's avatar Michael Vines Committed by Gerrit - the friendly Code Review server
Browse files

Eliminate the need for rilproxy

Change-Id: I6f14bfc932effa2015b191ad936046e446aebac4
parent 072df5fc
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
HTTP=android# Disable chrome HTTP stack in frameworks/base/media/libstagefright/Android.mk
PRODUCT_PACKAGES += b2g.sh fakeperm gaia gecko init.b2g.rc rilproxy
PRODUCT_PACKAGES += b2g.sh fakeperm gaia gecko init.b2g.rc
PRODUCT_PACKAGES += librecovery
PRODUCT_PACKAGES += \
......
diff --git a/libril/ril.cpp b/libril/ril.cpp
index a36e8a7..3188248 100644
--- a/libril/ril.cpp
+++ b/libril/ril.cpp
@@ -61,7 +61,7 @@
namespace android {
-#define PHONE_PROCESS "radio"
+#define PHONE_PROCESS "root"
#define ANDROID_WAKE_LOCK_NAME "radio-interface"
--
1.7.8.3
......@@ -26,11 +26,12 @@ index 811ba36..612fa22 100755
on init
@@ -15,7 +16,6 @@ loglevel 3
@@ -15,7 +16,7 @@ loglevel 3
# setup the global environment
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
- export LD_LIBRARY_PATH /vendor/lib:/system/lib
+ symlink /dev/socket/rild /dev/socket/rilproxy
export ANDROID_BOOTLOGO 1
export ANDROID_ROOT /system
export ANDROID_ASSETS /system/app
......
......@@ -26,11 +26,12 @@ index 811ba36..612fa22 100755
on init
@@ -15,7 +16,6 @@ loglevel 3
@@ -15,7 +16,7 @@ loglevel 3
# setup the global environment
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
- export LD_LIBRARY_PATH /vendor/lib:/system/lib
+ symlink /dev/socket/rild /dev/socket/rilproxy
export ANDROID_BOOTLOGO 1
export ANDROID_ROOT /system
export ANDROID_ASSETS /system/app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment