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
commit8aeac9408ff74126a1b3e9bb58b86056350b708d (patch)
tree5655d2712db1fd20995a36f96eb77034141a565c /tts
parent97c2fdfc2e1cb4f51c624dd8e30e6bdb63ea21be (diff)
downloadframeworks_base-8aeac9408ff74126a1b3e9bb58b86056350b708d.zip
frameworks_base-8aeac9408ff74126a1b3e9bb58b86056350b708d.tar.gz
frameworks_base-8aeac9408ff74126a1b3e9bb58b86056350b708d.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