aboutsummaryrefslogtreecommitdiffstats
path: root/espresso-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'espresso-common.mk')
-rw-r--r--espresso-common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/espresso-common.mk b/espresso-common.mk
index c984395..988e31f 100644
--- a/espresso-common.mk
+++ b/espresso-common.mk
@@ -91,6 +91,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
dock_kbd_attach
+ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.telephony.ril_class=SamsungOmap4RIL
+endif
+
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \