mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-30 15:01:47 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user