summaryrefslogtreecommitdiffstats
path: root/tts
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-06-02 10:43:58 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2009-06-02 10:43:58 -0700
commit30b70cec05190c8fcfa5aeb175a37bf81ed3966d (patch)
treec0db2e2269ebd9b8f7dcae75de6a09862cd7c654 /tts
parentb2decbe2f168a82d674ea699a809a702bad51f54 (diff)
downloadframeworks_base-30b70cec05190c8fcfa5aeb175a37bf81ed3966d.zip
frameworks_base-30b70cec05190c8fcfa5aeb175a37bf81ed3966d.tar.gz
frameworks_base-30b70cec05190c8fcfa5aeb175a37bf81ed3966d.tar.bz2
Trying to fix the build for simulator: modifying makefile to not link against libdl.
Diffstat (limited to 'tts')
-rwxr-xr-xtts/jni/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tts/jni/Android.mk b/tts/jni/Android.mk
index 9abb56c..0e952b9 100755
--- a/tts/jni/Android.mk
+++ b/tts/jni/Android.mk
@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
libnativehelper \
libmedia \
libutils \
- libcutils \
+ libcutils
+
+ifneq ($(TARGET_SIMULATOR),true)
+LOCAL_SHARED_LIBRARIES += \
libdl
+endif
LOCAL_MODULE:= libttssynthproxy