Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Add libdl for all platforms
Browse files Browse the repository at this point in the history
Change-Id: I427357aaba4b7089e8ee76d344c21f58fb9fdaab
Signed-off-by: Haitao Feng <haitao.feng@intel.com>
  • Loading branch information
fenghaitao committed May 21, 2012
1 parent c09eacf commit 6f9c7dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rild/Android.mk
Expand Up @@ -9,11 +9,8 @@ LOCAL_SRC_FILES:= \


LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libcutils \ libcutils \
libril libril \

libdl
ifeq ($(TARGET_ARCH),arm)
LOCAL_SHARED_LIBRARIES += libdl
endif # arm


LOCAL_CFLAGS := -DRIL_SHLIB LOCAL_CFLAGS := -DRIL_SHLIB


Expand Down

0 comments on commit 6f9c7dd

Please sign in to comment.