am 30b70cec: Trying to fix the build for simulator: modifying makefile to not link against libdl.

Merge commit '30b70cec05190c8fcfa5aeb175a37bf81ed3966d'

* commit '30b70cec05190c8fcfa5aeb175a37bf81ed3966d':
  Trying to fix the build for simulator: modifying makefile to not link against libdl.
This commit is contained in:
Jean-Michel Trivi
2009-06-02 11:01:13 -07:00
committed by The Android Open Source Project

View File

@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
libnativehelper \
libmedia \
libutils \
libcutils \
libcutils
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += \
libdl
endif
LOCAL_MODULE:= libttssynthproxy