summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Andrew Ohana <andrew.ohana@gmail.com>2012-12-16 22:47:37 -0800
committerR. Andrew Ohana <andrew.ohana@gmail.com>2012-12-16 22:47:37 -0800
commit1c3297ae966e719a25354027cfb071d716e0b082 (patch)
treec6213645a711163ba2b209d9fb509753d699c77a
parent84f8d1d325333f9d904ec3311763d4169a8145e8 (diff)
downloadandroid_hardware_samsung-1c3297ae966e719a25354027cfb071d716e0b082.tar.gz
android_hardware_samsung-1c3297ae966e719a25354027cfb071d716e0b082.tar.bz2
android_hardware_samsung-1c3297ae966e719a25354027cfb071d716e0b082.zip
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
-rw-r--r--exynos4210.mk1
1 files changed, 1 insertions, 0 deletions
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