summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-05-25 21:50:25 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-05-25 21:55:29 +0200
commita6256201b54141a4dfff5e0f93f6f42abdf864c2 (patch)
treede18a41388db6422437a975f47391f0fcb0866fb /common.mk
parent0df8e7bc896630eacc432fcf17642d571ea3a9e6 (diff)
downloaddevice_samsung_galaxys2-common-a6256201b54141a4dfff5e0f93f6f42abdf864c2.zip
device_samsung_galaxys2-common-a6256201b54141a4dfff5e0f93f6f42abdf864c2.tar.gz
device_samsung_galaxys2-common-a6256201b54141a4dfff5e0f93f6f42abdf864c2.tar.bz2
galaxys2: back to blob libril
opensource libril is causing memory problems Change-Id: I3afc5430bcb52c4e31e2e79b1b2faf4bf53b4e3e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 00677c4..85d69d7 100644
--- a/common.mk
+++ b/common.mk
@@ -112,6 +112,11 @@ PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml
# RIL
+ifneq ($(BOARD_PROVIDES_LIBRIL),true)
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.telephony.ril_class=SamsungExynos4RIL
+endif
+
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 \
ro.ril.hsxpa=1 \