Merge change 3038 into donut
* changes: Cleaning up makefile for libttssynthproxy for the simulator.
This commit is contained in:
@@ -14,13 +14,10 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libutils \
|
libutils \
|
||||||
libcutils
|
libcutils
|
||||||
|
|
||||||
ifneq ($(TARGET_SIMULATOR),true)
|
ifeq ($(TARGET_SIMULATOR),true)
|
||||||
LOCAL_SHARED_LIBRARIES += \
|
LOCAL_LDLIBS += -ldl
|
||||||
libdl
|
else
|
||||||
endif
|
LOCAL_SHARED_LIBRARIES += libdl
|
||||||
|
|
||||||
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
|
|
||||||
LOCAL_LDLIBS += -ldl
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user