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

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

am 6fc97b35: am 93548db6: fix build

Merge commit '6fc97b35'

* commit '6fc97b35':
  fix build
parents 9c11ef3c 6fc97b35
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