aboutsummaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5a9f9f2..87110d6 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -108,8 +108,9 @@ QCOM_BT_USE_BTNV := true
QCOM_BT_USE_SMD_TTY := true
# Camera
-BOARD_QTI_CAMERA_32BIT_ONLY := true
+BOARD_QTI_CAMERA_32BIT_ONLY := false
USE_DEVICE_SPECIFIC_CAMERA := true
+TARGET_HAS_LEGACY_CAMERA_HAL1 := true
# Charger
@@ -170,6 +171,9 @@ TARGET_PROVIDES_KEYMASTER := true
# Lights
TARGET_PROVIDES_LIBLIGHT := true
+# Media
+TARGET_USES_MEDIA_EXTENSIONS := true
+
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456