summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 331d794..29961ed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,14 +23,8 @@ LOCAL_MODULE := libemoji
LOCAL_SHARED_LIBRARIES := \
libcutils \
- libutils
-
-ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
-LOCAL_LDLIBS += -ldl
-endif
-ifneq ($(TARGET_SIMULATOR),true)
-LOCAL_SHARED_LIBRARIES += libdl
-endif
+ libutils \
+ libdl
LOCAL_CFLAGS += -Wall -Werror