diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9f39442..d7495f0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -95,6 +95,11 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true QCOM_BT_USE_BTNV := true +# Camera +BOARD_QTI_CAMERA_32BIT_ONLY := true +USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_SUPPORT_HAL1 := false + # Charger BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true |