xie
2024-11-23 3fdfdea0721fe7a36f6aaa509075f01a194f6748
android/device/softwinner/ceres-c3/hal.mk
....@@ -26,12 +26,16 @@
2626
2727 # CAMERA
2828 PRODUCT_PACKAGES += \
29
- camera.device@3.2-impl \
29
+ camera.device@3.5-impl \
3030 android.hardware.camera.provider@2.4-service-lazy \
3131 android.hardware.camera.provider@2.4-impl \
3232 libcamera \
3333 camera.ceres
3434
35
+PRODUCT_PACKAGES += \
36
+ android.hardware.camera.provider@2.4-external-service
37
+
38
+
3539 # Memtrack
3640 PRODUCT_PACKAGES += \
3741 android.hardware.memtrack@1.0-impl \