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

Commit 5d77928f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am e3dabc4b: am beeb71df: fix build

Merge commit 'e3dabc4b'

* commit 'e3dabc4b':
  fix build
parents e4529bf2 e3dabc4b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -26,8 +26,13 @@ LOCAL_SHARED_LIBRARIES := \
    libutils \
    libandroid_runtime \
    libnativehelper \
    libbinder \
    libdl
    libbinder

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

LOCAL_STATIC_LIBRARIES :=

+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