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

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

am 7547b8ea: fix build

Merge commit '7547b8ea' into gingerbread-plus-aosp

* commit '7547b8ea':
  fix build
parents 6fc97b35 7547b8ea
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -24,8 +24,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