summaryrefslogtreecommitdiffstats
path: root/rild
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2013-05-22 11:30:17 -0700
committerDima Zavin <dima@android.com>2013-05-23 12:34:29 -0700
commit8cc4c1d4bda512472143835813fd6f79c5474e43 (patch)
treed25942f18997152ba1bfd269f183b32efd7013c4 /rild
parent622bf2bf79849127cbedd1f56631615bf58aaf78 (diff)
downloadandroid_hardware_ril-8cc4c1d4bda512472143835813fd6f79c5474e43.tar.gz
android_hardware_ril-8cc4c1d4bda512472143835813fd6f79c5474e43.tar.bz2
android_hardware_ril-8cc4c1d4bda512472143835813fd6f79c5474e43.zip
HACK: rild: include librilutils as whole static lib
To work around broken RILs that didn't link against librilutils, include it as a whole static library here. Change-Id: I7234c5b87b3e99814d67ef3c6900e9ccc679bf5c Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'rild')
-rw-r--r--rild/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rild/Android.mk b/rild/Android.mk
index f01b320..1f616b1 100644
--- a/rild/Android.mk
+++ b/rild/Android.mk
@@ -13,6 +13,10 @@ LOCAL_SHARED_LIBRARIES := \
libril \
libdl
+# temporary hack for broken vendor rils
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ librilutils_static
+
LOCAL_CFLAGS := -DRIL_SHLIB
LOCAL_MODULE:= rild