3
0
Fork 0

galaxys2: back to blob libril

opensource libril is causing memory problems

Change-Id: I3afc5430bcb52c4e31e2e79b1b2faf4bf53b4e3e
This commit is contained in:
Daniel Hillenbrand 2013-05-25 21:50:25 +02:00
parent 0df8e7bc89
commit a6256201b5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \