From 2e3c48f25269a2d095f33c0c9cb5d2365e3b01a7 Mon Sep 17 00:00:00 2001 From: pix106 Date: Sun, 23 Jul 2023 21:19:06 +0200 Subject: [PATCH] clover: switch to intree camera hal --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 127a841..e9fcd0b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -16,7 +16,7 @@ TARGET_USES_QTI_CAMERA_DEVICE := true BOARD_QTI_CAMERA_32BIT_ONLY := true MALLOC_SVELTE_FOR_LIBC32 := true USE_DEVICE_SPECIFIC_CAMERA := true -$(call project-set-path,qcom-camera,hardware/qcom-caf/sdm660/camera) +$(call project-set-path,qcom-camera,$(DEVICE_PATH)/camera) # DT2W TARGET_TAP_TO_WAKE_NODE := "/proc/touchscreen/enable_dt2w"