diff options
-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 |