summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-05-21 00:20:32 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-21 00:20:32 -0700
commit527e4e5bc0dbd28bc8afa7857df0491412aef24e (patch)
treea2459736d073fc8a8ee23396706c6b52b63f5f84
parentc09eacf62df8ab605a07a078258b31cc5caf9019 (diff)
parent6f9c7dde09a99bd7972283460a7bbd1b4e66b040 (diff)
downloadandroid_hardware_ril-527e4e5bc0dbd28bc8afa7857df0491412aef24e.tar.gz
android_hardware_ril-527e4e5bc0dbd28bc8afa7857df0491412aef24e.tar.bz2
android_hardware_ril-527e4e5bc0dbd28bc8afa7857df0491412aef24e.zip
Merge "Add libdl for all platforms"
-rw-r--r--rild/Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/rild/Android.mk b/rild/Android.mk
index 5192fd9..049f103 100644
--- a/rild/Android.mk
+++ b/rild/Android.mk
@@ -9,11 +9,8 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libcutils \
- libril
-
-ifeq ($(TARGET_ARCH),arm)
-LOCAL_SHARED_LIBRARIES += libdl
-endif # arm
+ libril \
+ libdl
LOCAL_CFLAGS := -DRIL_SHLIB