diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 17:30:42 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 17:30:42 +0200 |
commit | 0b0fe99ab4287f29148c0a361dee430b998ae539 (patch) | |
tree | 479a23e7359db58e4a6820623264f4ba1b182ecd | |
parent | d3824a96321692bc5e0082c0731f36a279bf950b (diff) | |
download | device_samsung_p5110-0b0fe99ab4287f29148c0a361dee430b998ae539.zip device_samsung_p5110-0b0fe99ab4287f29148c0a361dee430b998ae539.tar.gz device_samsung_p5110-0b0fe99ab4287f29148c0a361dee430b998ae539.tar.bz2 |
try to build a kind of fakeril
-rw-r--r-- | p5110.mk | 6 | ||||
-rw-r--r-- | system.prop | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -17,3 +17,9 @@ $(call inherit-product, device/samsung/p5100/p51xx-common.mk) LOCAL_PATH := device/samsung/p5110 + +# Packages +PRODUCT_PACKAGES += \ + libril \ + rild \ + reference-ril diff --git a/system.prop b/system.prop index 8b539aa..fccdf75 100644 --- a/system.prop +++ b/system.prop @@ -1,3 +1,5 @@ # # system.prop for espresso10 # +rild.libpath=/system/lib/libreference-ril.so +rild.libargs=-d /dev/ttys0 |