OSDN Git Service

Add libdl for all platforms
authorHaitao Feng <haitao.feng@intel.com>
Mon, 21 May 2012 06:49:04 +0000 (02:49 -0400)
committerHaitao Feng <haitao.feng@intel.com>
Mon, 21 May 2012 06:49:04 +0000 (02:49 -0400)
Change-Id: I427357aaba4b7089e8ee76d344c21f58fb9fdaab
Signed-off-by: Haitao Feng <haitao.feng@intel.com>
rild/Android.mk

index 5192fd9..049f103 100644 (file)
@@ -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