From 98b74e74a38ea85361a963c2579e00259a58af7a Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Sun, 19 Dec 2021 18:17:20 +0900 Subject: [PATCH] gts3l-common: boardconfig: Override SDK API level 26 for mm-qcamera-daemon Update of the commit 24df69b Confirmed this working with clean installation Signed-off-by: Deokgyu Yang Change-Id: I21ddd66000d18fa93a77e1eb6714f1ae6fd7f0b2 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c17b38d..5eb5ee3 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -75,7 +75,7 @@ QCOM_BT_USE_BTNV := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_PROCESS_SDK_VERSION_OVERRIDE += \ - /vendor/bin/mm-qcamera-daemon=27 + /vendor/bin/mm-qcamera-daemon=26 TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true TARGET_USES_QTI_CAMERA_DEVICE := true