From 7632c7caf2a3523631b25b631c1c1f0a7f18ea6f Mon Sep 17 00:00:00 2001 From: Valera1978 Date: Thu, 19 Jan 2017 15:10:27 +0300 Subject: [PATCH] Fix crash in the camera during switch from video to photo mode. --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 2c56c65..acf645b 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -62,6 +62,7 @@ BOARD_HAVE_BLUETOOTH_BCM := true TARGET_PROVIDES_CAMERA_HAL := true TARGET_HAS_LEGACY_CAMERA_HAL1 := true USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_NEEDS_GCC_LIBC := true # Charger BOARD_CHARGER_SHOW_PERCENTAGE := true