diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 132f1d1..826d04d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,7 +46,6 @@ TARGET_BOOTLOADER_BOARD_NAME := atoll TARGET_NO_BOOTLOADER := true # Camera -TARGET_USES_QTI_CAMERA_DEVICE := true TARGET_DISABLED_UBWC := true # Display diff --git a/atoll.mk b/atoll.mk index bfb92a0..f5077ba 100644 --- a/atoll.mk +++ b/atoll.mk @@ -89,7 +89,8 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl \ - android.hardware.camera.provider@2.4-service_64 + android.hardware.camera.provider@2.4-service_64 \ + vendor.qti.hardware.camera.device@1.0.vendor PRODUCT_PACKAGES += \ libMegviiFacepp-0.5.2 \