mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
Merge "Add libutils to msm8998 modules" into oc-dr1-dev
This commit is contained in:
commit
53801229e1
2 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@ ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)
|
|||
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
|
||||
endif
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := liblog libdl
|
||||
LOCAL_SHARED_LIBRARIES := liblog libdl libutils
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
|
@ -24,4 +24,5 @@ ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)
|
|||
LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
|
||||
endif
|
||||
|
||||
LOCAL_HEADER_LIBRARIES += libhardware_headers
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
|
@ -118,7 +118,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
|
|||
LOCAL_HEADER_LIBRARIES := libnativebase_headers
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
|
||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libutils
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libqdMetaData
|
||||
|
||||
|
@ -150,7 +150,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
|
||||
|
|
Loading…
Reference in a new issue