summaryrefslogtreecommitdiffstats
path: root/i9300.mk
diff options
context:
space:
mode:
authorforkbomb <keepcalm444@gmail.com>2015-11-21 18:53:12 +1100
committerforkbomb <keepcalm444@gmail.com>2015-11-25 08:06:10 +1100
commit549a1c6690b905748645107c1a1099761849c8e9 (patch)
treee3fe634111c8321d52b9941562fd7b9f3e68d3ac /i9300.mk
parent5202b0fd2cddefa31009861b825df42c13d6a706 (diff)
downloaddevice_samsung_i9300-549a1c6690b905748645107c1a1099761849c8e9.zip
device_samsung_i9300-549a1c6690b905748645107c1a1099761849c8e9.tar.gz
device_samsung_i9300-549a1c6690b905748645107c1a1099761849c8e9.tar.bz2
i9300: squash RIL bringup
* ril: update ril header to v11 from https://github.com/ArchiDroid/android_device_samsung_i9300/commit/706bc3c354d2f6d6d905e6a26ccee282357c26ee * ril: LCE support * set BOARD_RIL_CLASS and add SamsungExynos4RIL * add Samsung symbols shim library * use ril-wrapper to stop libsec-ril from crashing (based off dmitry-ril for the Nexus S) Change-Id: I169024341621ea05db5b8d8e82c4bf958b7bc6c0
Diffstat (limited to 'i9300.mk')
-rw-r--r--i9300.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/i9300.mk b/i9300.mk
index 7d54daa..bef4c08 100644
--- a/i9300.mk
+++ b/i9300.mk
@@ -53,6 +53,11 @@ PRODUCT_PACKAGES += \
SamsungServiceMode \
tinyplay
+# RIL
+PRODUCT_PACKAGES += \
+ libsamsung_symbols \
+ ril-wrapper
+
# NFC
PRODUCT_PACKAGES += \
nfc.exynos4 \