diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-03-31 14:38:06 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 19:10:24 +0200 |
commit | 12b4a2ec8e06e334daccdcbfa14c8d5d9a278d8e (patch) | |
tree | f49c1ec7751cde25255cda1520ac6f79d989876d /BoardConfigCommon.mk | |
parent | a2cdeabe180388b00073b140651f9d17402fec60 (diff) |
msm8996-common: Enable QTI camera extensions
Change-Id: Ieb35a130a36d2edc3e6b91b29622b478ffd4848c
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 83563a7..302eb9e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -93,6 +93,7 @@ QCOM_BT_USE_BTNV := true BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true +TARGET_USES_QTI_CAMERA_DEVICE := true USE_DEVICE_SPECIFIC_CAMERA := true # Charger |