From: R. Andrew Ohana Date: Mon, 17 Dec 2012 06:47:37 +0000 (-0800) Subject: include ril for exynos4210 X-Git-Tag: cm-10.1-M1~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1c3297ae966e719a25354027cfb071d716e0b082;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git include ril for exynos4210 Building libsecril-client from source works perfectly well on the i815. It will probably work well with the gsm devices as well. Change-Id: I4f394555d82fb48a86ea52212d9fb56ca0e8acd3 --- diff --git a/exynos4210.mk b/exynos4210.mk index 218ad62..fdbc2ea 100644 --- a/exynos4210.mk +++ b/exynos4210.mk @@ -18,6 +18,7 @@ ifeq ($(TARGET_SOC),exynos4210) include $(TARGET_HAL_PATH)/Android.mk include $(SAM_ROOT)/exynos/multimedia/Android.mk include $(SAM_ROOT)/exynos4/exynos4210/Android.mk +include $(SAM_ROOT)/exynos4/ril/Android.mk endif endif