diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-20 19:05:48 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-20 19:05:48 +0200 |
commit | e67203b7aaf027a0e48def3697b710528819f9c1 (patch) | |
tree | 42a275cc308477ce367308d0198b7601e7393fd1 | |
parent | 0b0fe99ab4287f29148c0a361dee430b998ae539 (diff) | |
download | device_samsung_p5110-e67203b7aaf027a0e48def3697b710528819f9c1.zip device_samsung_p5110-e67203b7aaf027a0e48def3697b710528819f9c1.tar.gz device_samsung_p5110-e67203b7aaf027a0e48def3697b710528819f9c1.tar.bz2 |
cleanup
-rw-r--r-- | p5110.mk | 7 | ||||
-rw-r--r-- | system.prop | 3 |
2 files changed, 4 insertions, 6 deletions
@@ -18,8 +18,5 @@ $(call inherit-product, device/samsung/p5100/p51xx-common.mk) LOCAL_PATH := device/samsung/p5110 -# Packages -PRODUCT_PACKAGES += \ - libril \ - rild \ - reference-ril +# Use the non-open-source parts, if they're present +$(call inherit-product, vendor/samsung/p51xx/p5110-vendor.mk) diff --git a/system.prop b/system.prop index fccdf75..113af17 100644 --- a/system.prop +++ b/system.prop @@ -1,5 +1,6 @@ # # system.prop for espresso10 # -rild.libpath=/system/lib/libreference-ril.so +rild.libpath=/vendor/lib/libsec-ril.so rild.libargs=-d /dev/ttys0 +telephony.lteOnCdmaDevice=0 |