fix build
Change-Id: Iccb40c8c5df879288f35e0940c721d306fb75c12
This commit is contained in:
@@ -26,8 +26,13 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libutils \
|
libutils \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libbinder \
|
libbinder
|
||||||
libdl
|
|
||||||
|
ifeq ($(TARGET_SIMULATOR),true)
|
||||||
|
LOCAL_LDLIBS += -ldl
|
||||||
|
else
|
||||||
|
LOCAL_SHARED_LIBRARIES += libdl
|
||||||
|
endif
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES :=
|
LOCAL_STATIC_LIBRARIES :=
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,13 @@ LOCAL_MODULE:= libdrmframework
|
|||||||
|
|
||||||
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 := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libdrmframeworkcommon
|
libdrmframeworkcommon
|
||||||
|
|||||||
Reference in New Issue
Block a user