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

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

fix build

Change-Id: Iccb40c8c5df879288f35e0940c721d306fb75c12
parent ea916b1e
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -25,8 +25,13 @@ LOCAL_MODULE:= libdrmframework

LOCAL_SHARED_LIBRARIES := \
    libutils \
    libbinder \
    libdl
    libbinder

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

LOCAL_STATIC_LIBRARIES := \
    libdrmframeworkcommon