From a6256201b54141a4dfff5e0f93f6f42abdf864c2 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sat, 25 May 2013 21:50:25 +0200 Subject: [PATCH] galaxys2: back to blob libril opensource libril is causing memory problems Change-Id: I3afc5430bcb52c4e31e2e79b1b2faf4bf53b4e3e --- BoardCommonConfig.mk | 2 +- common.mk | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 1a7601e..766111b 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -88,7 +88,7 @@ BOARD_USE_TINYALSA_AUDIO := true BOARD_USE_YAMAHA_MC1N2_AUDIO := true # RIL -BOARD_PROVIDES_LIBRIL := true +#BOARD_PROVIDES_LIBRIL := true # Camera BOARD_USES_PROPRIETARY_LIBFIMC := true 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 \