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

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

am 93548db6: fix build

Merge commit '93548db6' into gingerbread-plus-aosp

* commit '93548db6':
  fix build
parents ebdac324 93548db6
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -22,8 +22,13 @@ LOCAL_SRC_FILES:= \


LOCAL_SHARED_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
    libutils \
    libutils \
    libbinder \
    libbinder
    libdl

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


LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon
LOCAL_STATIC_LIBRARIES := libdrmframeworkcommon