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

Commit b5c7b39b authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3038 into donut

* changes:
  Cleaning up makefile for libttssynthproxy for the simulator.
parents ff8ebc22 ecd485bd
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