diff options
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 702a72a..f4f1fbf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -45,6 +45,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth BOARD_CAMERA_SENSORS := imx220 imx230 ov8858_q8v19w_spirit TARGET_USE_VENDOR_CAMERA_EXT := true USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true TARGET_HAS_LEGACY_CAMERA_HAL1 := true TARGET_USES_MEDIA_EXTENSIONS := true |
