mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Go back to passthrough camera implementation
This commit is contained in:
parent
603bbe069b
commit
fd211ae015
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.camera.provider</name>
|
<name>android.hardware.camera.provider</name>
|
||||||
<transport>hwbinder</transport>
|
<transport arch="32+64">passthrough</transport>
|
||||||
<version>2.4</version>
|
<version>2.4</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>ICameraProvider</name>
|
<name>ICameraProvider</name>
|
||||||
|
|
|
@ -111,7 +111,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
android.hardware.camera.provider@2.4-service \
|
camera.device@1.0-impl \
|
||||||
camera.msm8952 \
|
camera.msm8952 \
|
||||||
libshims_camera
|
libshims_camera
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue