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:
committed by
The Android Open Source Project
commit
94afa2e574
@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libnativehelper \
|
||||
libmedia \
|
||||
libutils \
|
||||
libcutils \
|
||||
libcutils
|
||||
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
LOCAL_SHARED_LIBRARIES += \
|
||||
libdl
|
||||
endif
|
||||
|
||||
|
||||
LOCAL_MODULE:= libttssynthproxy
|
||||
|
||||
Reference in New Issue
Block a user