sanders: add some HALs required by camera

This commit is contained in:
Vachounet
2018-06-07 13:12:58 +02:00
committed by Keertesh19
parent 663bd057c6
commit ca47b272ab
2 changed files with 36 additions and 7 deletions

View File

@@ -110,8 +110,8 @@ PRODUCT_PACKAGES += \
camera.device@1.0-impl \
camera.device@3.2-impl \
android.hardware.camera.provider@2.4-impl \
libshim_camera_hal \
libshims_camera
vendor.qti.hardware.camera.device@1.0 \
vendor.qti.hardware.camera.device@1.0_vendor
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/camera/imx219_chromatix.xml:system/etc/camera/imx219_chromatix.xml \
@@ -143,15 +143,19 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
android.hardware.configstore@1.0-service \
hwcomposer.msm8953 \
memtrack.msm8953 \
libgenlock \
libtinyxml \
libdisplayconfig \
libqdMetaData.system
libqdMetaData.system \
vendor.display.config@1.0 \
vendor.display.config@1.0_vendor
PRODUCT_PACKAGES += android.hardware.media.omx
@@ -250,10 +254,8 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_codecs.xml:system/vendor/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/media_codecs_performance.xml:system/vendor/etc/media_codecs_performance.xml \
$(LOCAL_PATH)/configs/media_profiles_vendor.xml:system/vendor/etc/media_profiles_vendor.xml \
$(LOCAL_PATH)/configs/media_profiles.xml:system/vendor/etc/media_profiles.xml \
$(LOCAL_PATH)/configs/media_profiles_V1_0.xml:system/vendor/etc/media_profiles_V1_0.xml \
$(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \
$(LOCAL_PATH)/configs/media_profiles.xml:system/vendor/etc/media_profiles_vendor.xml \
$(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/vendor/etc/media_codecs_google_audio.xml \