msm8974-common: Commonize camera packages and manifest entries

Change-Id: I348680ccf6541b13289d1470c7e91111be4992c0
This commit is contained in:
Kevin F. Haggerty 2018-09-15 10:26:23 -06:00
parent 82bf4a6bc2
commit 68ef2d47da
No known key found for this signature in database
GPG Key ID: 6D95512933112729
2 changed files with 17 additions and 0 deletions

View File

@ -26,6 +26,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport arch="32">passthrough</transport>
<version>2.4</version>
<interface>
<name>ICameraProvider</name>
<instance>legacy/0</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>

View File

@ -97,6 +97,14 @@ PRODUCT_PACKAGES += \
hwcomposer.msm8974 \
memtrack.msm8974
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
camera.device@1.0-impl \
camera.msm8974 \
libxml2 \
Snap
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \