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 10:43:58 -07:00
parent b2decbe2f1
commit 30b70cec05

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