Merge change 3038 into donut

* changes:
  Cleaning up makefile for libttssynthproxy for the simulator.
This commit is contained in:
Android (Google) Code Review
2009-06-03 10:08:46 -07:00

View File

@@ -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