diff options
-rw-r--r-- | BoardConfig.mk | 3 | ||||
-rw-r--r-- | device.mk | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f96cef8..4012518 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -66,9 +66,6 @@ TARGET_NO_BOOTLOADER := true # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include -# Camera -TARGET_USES_QTI_CAMERA_DEVICE := true - # Display Density TARGET_SCREEN_DENSITY := 440 @@ -114,6 +114,7 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-service_64 \ libcamera2ndk_vendor \ libstdc++.vendor \ + vendor.qti.hardware.camera.device@1.0.vendor \ vendor.qti.hardware.camera.postproc@1.0.vendor # Component Overrides |