Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f81c1e1 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am be512bff: Merge change 3038 into donut

Merge commit 'be512bff60626efc9a4b85d271d6210b9115e5fc'

* commit 'be512bff60626efc9a4b85d271d6210b9115e5fc':
  Cleaning up makefile for libttssynthproxy for the simulator.
parents 7cdccbc2 b5c7b39b
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -14,13 +14,10 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	libcutils

ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += \
	libdl
endif

ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
ifeq ($(TARGET_SIMULATOR),true)
 LOCAL_LDLIBS += -ldl
else
 LOCAL_SHARED_LIBRARIES += libdl
endif