whyred: Enable QTI camera flags

This commit is contained in:
Shahan-mik3 2018-06-06 22:38:05 +05:30 committed by Vasishath Kaushal
parent ae796f12df
commit 5a8af2f014

View file

@ -140,6 +140,12 @@ BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true BOARD_HAVE_BLUETOOTH_QCOM := true
QCOM_BT_USE_BTNV := true QCOM_BT_USE_BTNV := true
# Camera
BOARD_QTI_CAMERA_32BIT_ONLY := true
TARGET_USES_MEDIA_EXTENSIONS := true
USE_DEVICE_SPECIFIC_CAMERA := true
TARGET_USES_QTI_CAMERA_DEVICE := true
# Display # Display
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true