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