diff --git a/device-husky.mk b/device-husky.mk index 64b78c4..9110add 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -267,6 +267,10 @@ PRODUCT_VENDOR_PROPERTIES += \ vendor.primarydisplay.min_idle_refresh_rate.blocking_zone=10 \ vendor.primarydisplay.min_idle_refresh_rate.blocking_zone_dbv=492 +# display color data +PRODUCT_COPY_FILES += \ + device/google/shusky/husky/panel_config_google-hk3_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/panel_config_google-hk3_cal0.pb + # Vibrator HAL ACTUATOR_MODEL := luxshare_ict_081545 PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-shiba.mk b/device-shiba.mk index f6a8789..70c5331 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -238,6 +238,11 @@ endif PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=1500 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true +# display color data +PRODUCT_COPY_FILES += \ + device/google/shusky/shiba/panel_config_google-bigsurf_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/panel_config_google-bigsurf_cal0.pb \ + device/google/shusky/shiba/panel_config_google-shoreline_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/panel_config_google-shoreline_cal0.pb + PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.als_feed_forward_supported=true \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true diff --git a/husky/panel_config_google-hk3_cal0.pb b/husky/panel_config_google-hk3_cal0.pb new file mode 100644 index 0000000..89733bb Binary files /dev/null and b/husky/panel_config_google-hk3_cal0.pb differ diff --git a/shiba/panel_config_google-bigsurf_cal0.pb b/shiba/panel_config_google-bigsurf_cal0.pb new file mode 100644 index 0000000..c738fcc Binary files /dev/null and b/shiba/panel_config_google-bigsurf_cal0.pb differ diff --git a/shiba/panel_config_google-shoreline_cal0.pb b/shiba/panel_config_google-shoreline_cal0.pb new file mode 100644 index 0000000..109d8b6 Binary files /dev/null and b/shiba/panel_config_google-shoreline_cal0.pb differ