fix build
Change-Id: I4aba42eabb2f959b5301bfd16f65fa6141d86ddc
This commit is contained in:
@@ -24,8 +24,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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user