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:
Jiyong Park
2017-07-07 16:25:41 +09:00
parent aa74124fc2
commit efad3eea21
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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