summaryrefslogtreecommitdiffstats
path: root/tts
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-06-03 09:43:14 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2009-06-03 09:43:14 -0700
commitecd485bd3e5b21013d8713e6070278debd7fcd9e (patch)
tree08ea9af2606240ff77f4163dc37c3f0117c923f5 /tts
parentf2de56981f9764e29f78b32936960b5bb88ceae7 (diff)
downloadframeworks_native-ecd485bd3e5b21013d8713e6070278debd7fcd9e.zip
frameworks_native-ecd485bd3e5b21013d8713e6070278debd7fcd9e.tar.gz
frameworks_native-ecd485bd3e5b21013d8713e6070278debd7fcd9e.tar.bz2
Cleaning up makefile for libttssynthproxy for the simulator.
Diffstat (limited to 'tts')
-rwxr-xr-xtts/jni/Android.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/tts/jni/Android.mk b/tts/jni/Android.mk
index bb76583..665d6d2 100755
--- a/tts/jni/Android.mk
+++ b/tts/jni/Android.mk
@@ -14,13 +14,10 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils
-ifneq ($(TARGET_SIMULATOR),true)
-LOCAL_SHARED_LIBRARIES += \
- libdl
-endif
-
-ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
-LOCAL_LDLIBS += -ldl
+ifeq ($(TARGET_SIMULATOR),true)
+ LOCAL_LDLIBS += -ldl
+else
+ LOCAL_SHARED_LIBRARIES += libdl
endif