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

Commit 7d0abd8c 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 'be512bff'

* commit 'be512bff':
  Cleaning up makefile for libttssynthproxy for the simulator.
parents 23306f60 be512bff
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