summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rild/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rild/Android.mk b/rild/Android.mk
index 7c8620a..5192fd9 100644
--- a/rild/Android.mk
+++ b/rild/Android.mk
@@ -11,6 +11,10 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libril
+ifeq ($(TARGET_ARCH),arm)
+LOCAL_SHARED_LIBRARIES += libdl
+endif # arm
+
LOCAL_CFLAGS := -DRIL_SHLIB
LOCAL_MODULE:= rild