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

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

fix build

Change-Id: Idccb3f2499bbaac61099d8232cadd633b93ad846
parent a4f8842d
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -24,8 +24,13 @@ LOCAL_MODULE := libdrmpassthruplugin
LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon

LOCAL_SHARED_LIBRARIES := \
    libutils \
    libdl
    libutils

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

LOCAL_PRELINK_MODULE := false