Camera: Enable Treble passthrough mode.

Initially muskie opted-out of camera Treble enable due to other
bringup instability. Now that things are looking more stable, enable
passthrough mode.

Add the wrapper libraries for legacy camera HAL, and remove the
disable setprop.

Test: Manual camera app use, camera CTS don't seem to regress.
Bug: 32991422
Change-Id: I84c813c433c74afce64308414a597097b6f98e58
This commit is contained in:
Eino-Ville Talvala
2017-02-13 14:59:41 -08:00
parent 82c1287a0b
commit cfc0c62b13

View File

@@ -152,10 +152,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.max.previewfps=60 \
persist.camera.sensor.hdr=2
# camera service treble disable for bringup
PRODUCT_PROPERTY_OVERRIDES += \
camera.disable_treble=1
# WLAN driver configuration files
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
@@ -204,6 +200,8 @@ PRODUCT_PACKAGES += \
libc2dcolorconvert
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
camera.device@3.2-impl \
camera.msm8998 \
libqomx_core \
libmmjpeg_interface \