diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-05-02 14:14:05 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-05-02 14:14:05 +0200 |
commit | bc8b3650fce6dcc16790394f84749dec24c05180 (patch) | |
tree | db7121128689bb91d7a25723a98f55912d3e7e0e | |
parent | 70269eaaf5126a84d92f604049ccceda1f8a6373 (diff) |
camera: Fix 30 seconds longer video
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 16091af..0399c8d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -116,6 +116,7 @@ QCOM_BT_USE_SMD_TTY := true BOARD_QTI_CAMERA_32BIT_ONLY := true USE_DEVICE_SPECIFIC_CAMERA := true TARGET_HAS_LEGACY_CAMERA_HAL1 := true +TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true # Charger BOARD_CHARGER_ENABLE_SUSPEND := true |