File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ TARGET_KERNEL_CONFIG := angler_defconfig
3737BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
3838TARGET_NOT_USE_GZIP_RECOVERY_RAMDISK := true
3939
40+ TARGET_COMPILE_WITH_MSM_KERNEL := true
41+
4042BOARD_KERNEL_BASE := 0x00000000
4143BOARD_KERNEL_PAGESIZE := 4096
4244BOARD_KERNEL_TAGS_OFFSET := 0x01E00000
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ LOCAL_C_INCLUDES += \
6464 frameworks/native/include/media/hardware \
6565 device/huawei/angler/camera/QCamera2/HAL
6666
67- TARGET_HEADER_LIBRARIES := generated_kernel_headers
67+ LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES ) /KERNEL_OBJ/usr/include
68+ LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES ) /KERNEL_OBJ/usr
6869
6970# LOCAL_STATIC_LIBRARIES := libqcamera2_util
7071LOCAL_C_INCLUDES += \
Original file line number Diff line number Diff line change 11common_deps :=
22kernel_includes :=
33
4- ifeq ($(call is-vendor-board-platform,QCOM) ,true)
4+ # ifeq ($(call is-vendor-board-platform,QCOM),true)
55ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL ) ,true)
66 common_deps += $(TARGET_OUT_INTERMEDIATES ) /KERNEL_OBJ/usr
77 kernel_includes += $(TARGET_OUT_INTERMEDIATES ) /KERNEL_OBJ/usr/include
88endif
9- endif
9+ # endif
You can’t perform that action at this time.
0 commit comments