land: camera: Fixes to OSS camera hal to build in LineageOS tree
Change-Id: I9ce7744a23c059cef5221a506173f88099a30bb7
This commit is contained in:
parent
880b26ccee
commit
1099d62999
1 changed files with 4 additions and 4 deletions
|
@ -62,15 +62,15 @@ LOCAL_C_INCLUDES := \
|
|||
$(LOCAL_PATH)/util \
|
||||
$(LOCAL_PATH)/HAL3 \
|
||||
hardware/libhardware/include/hardware \
|
||||
hardware/qcom/media/libstagefrighthw \
|
||||
hardware/qcom/media/mm-core/inc \
|
||||
$(call project-path-for,qcom-media)/libstagefrighthw \
|
||||
$(call project-path-for,qcom-media)/mm-core/inc \
|
||||
system/core/include/cutils \
|
||||
system/core/include/system \
|
||||
system/media/camera/include/system
|
||||
|
||||
#HAL 1.0 Include paths
|
||||
LOCAL_C_INCLUDES += \
|
||||
hardware/qcom/camera/QCamera2/HAL
|
||||
$(LOCAL_PATH)/HAL
|
||||
|
||||
ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)
|
||||
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
|
||||
|
@ -92,7 +92,7 @@ endif
|
|||
LOCAL_C_INCLUDES += \
|
||||
$(TARGET_OUT_HEADERS)/qcom/display
|
||||
LOCAL_C_INCLUDES += \
|
||||
hardware/qcom/display/libqservice
|
||||
$(call project-path-for,qcom-display)/libqservice
|
||||
LOCAL_SHARED_LIBRARIES := libcamera_client liblog libhardware libutils libcutils libdl libsync libgui
|
||||
LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libui libcamera_metadata
|
||||
LOCAL_SHARED_LIBRARIES += libqdMetaData libqservice libbinder
|
||||
|
|
Loading…
Reference in a new issue