Skip to content

Commit

Permalink
Add libutils to msm8996 modules
Browse files Browse the repository at this point in the history
These dependencies are explicitly needed when enabling VNDK flag

Bug: 33241851
Test: build target and pass CTS
Test: With BOARD_VNDK_VERSION, mma works
Change-Id: I662e4f698e5206e6a713b878c380cdaf9b50ef07
  • Loading branch information
vijaykv-google authored and elginsk8r committed Jun 3, 2018
1 parent 16dfef9 commit ab38e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion libc2dcolorconvert/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LOCAL_C_INCLUDES := \
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/qcom/display
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include

LOCAL_SHARED_LIBRARIES := liblog libdl
LOCAL_SHARED_LIBRARIES := liblog libdl libutils

LOCAL_MODULE_TAGS := optional

Expand All @@ -20,4 +20,5 @@ LOCAL_VENDOR_MODULE := true

LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

LOCAL_HEADER_LIBRARIES += libhardware_headers
include $(BUILD_SHARED_LIBRARY)
4 changes: 2 additions & 2 deletions mm-video-v4l2/vidc/vdec/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ LOCAL_C_INCLUDES += $(libmm-vdec-inc)
LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)

LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libutils

LOCAL_SHARED_LIBRARIES += libqdMetaData libhypv_intercept

Expand Down Expand Up @@ -166,7 +166,7 @@ LOCAL_C_INCLUDES += $(libmm-vdec-inc)
LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)

LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils
LOCAL_SHARED_LIBRARIES += libswvdec

LOCAL_SRC_FILES := src/omx_swvdec.cpp
Expand Down

0 comments on commit ab38e50

Please sign in to comment.