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

Commit 93548db6 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

fix build

Change-Id: I603e317b774758add127d7fe386fd60dc16d3101
parent 56aa3c76
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -22,8 +22,13 @@ LOCAL_SRC_FILES:= \

LOCAL_SHARED_LIBRARIES := \
    libutils \
    libbinder \
    libdl
    libbinder

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

LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon