sm6250-common: enable use of QTI camera device

Based on the existance of vendor.qti.hardware.camera.device@1.0.so
on stock.
This commit is contained in:
Demon000 2020-07-06 00:21:46 +03:00
parent da4ac49699
commit 67caa47dff

View File

@ -35,6 +35,9 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth/include
# Bootloader # Bootloader
TARGET_NO_BOOTLOADER := true TARGET_NO_BOOTLOADER := true
# Camera
TARGET_USES_QTI_CAMERA_DEVICE := true
# Kernel # Kernel
BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb