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

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

am a74303d8: Trying to fix sim-eng build: when building the simulator on...

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 'a74303d8'

* commit '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.
parents df1235f6 a74303d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
	libdl
endif

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


LOCAL_MODULE:= libttssynthproxy