Add missing dependency to liblog
Bug: 33241851 Test: BOARD_VNDK_VERSION=current m -j libwvdrmcryptoplugin Test: BOARD_VNDK_VERSION=current m -j libwvdrmdrmplugin Change-Id: If21f903cb3087bd26c0526686392e7686f5152c6
This commit is contained in:
@@ -24,6 +24,9 @@ LOCAL_HEADER_LIBRARIES := \
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libcrypto_static \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libwvdrmcryptoplugin
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
@@ -62,6 +65,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
android.hidl.memory@1.0 \
|
||||
libhidlmemory \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libwvdrmcryptoplugin_hidl
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
@@ -22,6 +22,9 @@ LOCAL_C_INCLUDES := \
|
||||
LOCAL_HEADER_LIBRARIES := \
|
||||
libutils_headers
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libwvdrmdrmplugin
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
@@ -58,6 +61,7 @@ LOCAL_STATIC_LIBRARIES := libcrypto_static
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
android.hidl.memory@1.0 \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libwvdrmdrmplugin_hidl
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
Reference in New Issue
Block a user