am a74303d8: Trying to fix sim-eng build: when building the simulator on linux, link (only) with libdl, as opposed to also making libdl a build target.

Merge commit 'a74303d80637c0d63057fc4b501a4f93cf01ea85'

* commit 'a74303d80637c0d63057fc4b501a4f93cf01ea85':
  Trying to fix sim-eng build: when building the simulator on linux, link (only) with libdl, as opposed to also making libdl a build target.
This commit is contained in:
Jean-Michel Trivi
2009-06-02 12:26:17 -07:00
committed by The Android Open Source Project

View File

@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
libdl
endif
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
LOCAL_LDLIBS += -ldl
endif
LOCAL_MODULE:= libttssynthproxy