universal7870: uprev Camera to 2.5

This commit is contained in:
Astrako 2020-01-28 08:57:23 +01:00 committed by Alejandro
parent 5b9234574c
commit 1d37ff0ae1
2 changed files with 8 additions and 4 deletions

View file

@ -100,8 +100,12 @@ PRODUCT_COPY_FILES += \
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service \
android.hardware.camera.provider@2.5-service \
camera.device@1.0-impl \
camera.device@3.2-impl \
camera.device@3.3-impl \
camera.device@3.4-impl \
camera.device@3.5-impl \
libion_exynos \
Snap

View file

@ -42,12 +42,12 @@
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
<version>2.4</version>
<version>2.5</version>
<interface>
<name>ICameraProvider</name>
<instance>legacy/0</instance>
</interface>
<fqname>@2.4::ICameraProvider/legacy/0</fqname>
<fqname>@2.5::ICameraProvider/legacy/0</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.configstore</name>