From 15736dc588f779c3cece14967918eeaecb3aac45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Mon, 13 Mar 2017 09:42:46 +0100 Subject: [PATCH] board: Update cameraservice flag. LPT: Don't commit before upstream is merged! --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index b18e1d4..8f2bfc9 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -110,7 +110,7 @@ QCOM_BT_USE_SMD_TTY := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_NEEDS_CAMERASERVICE_NATIVEHANDLE := true +TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true # Charger BOARD_CHARGER_ENABLE_SUSPEND := true