Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 225f804e authored by bohu's avatar bohu
Browse files

Emulator: set correct rild library path for 64bit arch

BUG: 34861221
Test: build and run sdk_google_phone_x86_64 with emulator
and check radio logcat to make sure it does not complain
about the 32bit library system/lib/libreference-ril.so
being used. Also check the kernel message to make sure
rild is launched properly

Change-Id: I6cbd5abcf64bec9a504066a43fefc55fa698a864
parent 5b208899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
# system.prop for generic arm64 sdk
#

rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/lib64/libreference-ril.so
rild.libargs=-d /dev/ttyS0
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
# system.prop for generic mips64 sdk
#

rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/lib64/libreference-ril.so
rild.libargs=-d /dev/ttyS0
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
# system.prop for generic sdk
#

rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/lib64/libreference-ril.so
rild.libargs=-d /dev/ttyS0