klte-common: Commonize camera packages and manifest entries

Change-Id: Ie8b564606e5c8e99d76bcc73d8fa020001b75337
This commit is contained in:
Kevin F. Haggerty 2018-09-15 10:28:42 -06:00
parent b9ba70686a
commit e0733f9f48
No known key found for this signature in database
GPG Key ID: 6D95512933112729
3 changed files with 1 additions and 18 deletions

View File

@ -32,9 +32,6 @@ BOARD_HAVE_SAMSUNG_BLUETOOTH := true
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := MSM8974
# Camera
USE_DEVICE_SPECIFIC_CAMERA := true
# Extended Filesystem Support
TARGET_EXFAT_DRIVER := sdfat

View File

@ -34,12 +34,7 @@ PRODUCT_COPY_FILES += \
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
camera.device@1.0-impl \
camera.msm8974 \
libshim_camera \
libxml2 \
Snap
libshim_camera
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal

View File

@ -1,13 +1,4 @@
<manifest version="1.0" type="device">
<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.light</name>
<transport arch="32">passthrough</transport>