remove ro.hwui. properties from being set

These have migrated away from properties.

Bug: 73905119
Test: boot walleye, do not see errors about these being set
Change-Id: I91e680d99aeb2809959e8f0c7ec48a162bd8dbee
diff --git a/device-common.mk b/device-common.mk
index 29df59a..130ff75 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -113,17 +113,6 @@
 PRODUCT_PROPERTY_OVERRIDES += \
   persist.config.calibration_fac=/persist/sensors/calibration/calibration.xml
 
-# HWUI common settings
-PRODUCT_PROPERTY_OVERRIDES += \
-    ro.hwui.gradient_cache_size=1 \
-    ro.hwui.drop_shadow_cache_size=6 \
-    ro.hwui.r_buffer_cache_size=8 \
-    ro.hwui.texture_cache_flushrate=0.4 \
-    ro.hwui.text_small_cache_width=1024 \
-    ro.hwui.text_small_cache_height=1024 \
-    ro.hwui.text_large_cache_width=2048 \
-    ro.hwui.text_large_cache_height=1024
-
 # NFC/camera interaction workaround - DO NOT COPY TO NEW DEVICES
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.camera.notify_nfc=1
diff --git a/device-walleye.mk b/device-walleye.mk
index 996d044..46d86c2 100644
--- a/device-walleye.mk
+++ b/device-walleye.mk
@@ -33,12 +33,6 @@
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.sf.lcd_density=420
 
-# HWUI cache sizes
-PRODUCT_PROPERTY_OVERRIDES += \
-    ro.hwui.texture_cache_size=56 \
-    ro.hwui.layer_cache_size=32 \
-    ro.hwui.path_cache_size=16
-
 # Enable Perfetto traced
 PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
     persist.traced.enable=1