From 50b86237170244fcd195f366ed20a9b3f2d99f81 Mon Sep 17 00:00:00 2001 From: dybios Date: Fri, 19 Jul 2019 14:25:29 +0530 Subject: [PATCH] sanders: Change camera-related processes as API level 27 - Sanders has 8.1 API in the stock not 8.0 Signed-off-by: ronaxdevil --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 44dd739..6932966 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -136,7 +136,7 @@ BOARD_HAVE_BLUETOOTH_QCOM := true # Camera TARGET_PROCESS_SDK_VERSION_OVERRIDE := \ - /system/vendor/bin/mm-qcamera-daemon=26 + /vendor/bin/mm-qcamera-daemon=27 USE_DEVICE_SPECIFIC_CAMERA := true BOARD_USES_SNAPDRAGONCAMERA_VERSION := 2 BOARD_QTI_CAMERA_32BIT_ONLY := true