Trying to fix the build for simulator: modifying makefile to not link against libdl.
This commit is contained in:
@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libnativehelper \
|
libnativehelper \
|
||||||
libmedia \
|
libmedia \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils
|
||||||
|
|
||||||
|
ifneq ($(TARGET_SIMULATOR),true)
|
||||||
|
LOCAL_SHARED_LIBRARIES += \
|
||||||
libdl
|
libdl
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libttssynthproxy
|
LOCAL_MODULE:= libttssynthproxy
|
||||||
|
|||||||
Reference in New Issue
Block a user