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:
committed by
The Android Open Source Project
commit
1352b615be
@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
|
||||
libdl
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
|
||||
LOCAL_LDLIBS += -ldl
|
||||
endif
|
||||
|
||||
|
||||
LOCAL_MODULE:= libttssynthproxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user