davinci: camera: Build camera provider

Change-Id: Ief92b2adfec0e365c0a73181cbf4b40c95b36070
This commit is contained in:
Arian 2020-04-15 13:16:40 +02:00
parent 53f881c9d5
commit c17ce45eaf
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,9 @@ TARGET_2ND_CPU_VARIANT := cortex-a9
TARGET_BOOTLOADER_BOARD_NAME := sm6150
TARGET_NO_BOOTLOADER := true
# Camera
TARGET_USES_QTI_CAMERA_DEVICE := true
# Filesystem
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/configs/config.fs

View File

@ -31,6 +31,11 @@ PRODUCT_PACKAGES += \
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service_64
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \