From ca0a024b97ad9b2cb3f2a645b3853922a0d48350 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Mon, 30 Aug 2021 21:33:55 +0900 Subject: [PATCH] gts3l-common: camera: Set to not use HAL1 Signed-off-by: Deokgyu Yang Change-Id: I69a9720d98612a2e625270e5b0759b40aea13411 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1ead2e4..5c1b403 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -76,7 +76,7 @@ QCOM_BT_USE_BTNV := true BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_PROCESS_SDK_VERSION_OVERRIDE += \ /vendor/bin/mm-qcamera-daemon=25 -TARGET_SUPPORT_HAL1 := true +TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true TARGET_USES_QTI_CAMERA_DEVICE := true USE_DEVICE_SPECIFIC_CAMERA := true