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

Commit 94afa2e5 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by The Android Open Source Project
Browse files

am 30b70cec: Trying to fix the build for simulator: modifying makefile to not link against libdl.

Merge commit '30b70cec'

* commit '30b70cec':
  Trying to fix the build for simulator: modifying makefile to not link against libdl.
parents b621a3fd 30b70cec
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
	libnativehelper \
	libmedia \
	libutils \
	libcutils \
	libcutils

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


LOCAL_MODULE:= libttssynthproxy