From dcb22ad94de12d429570881a33a1b510e5498dad Mon Sep 17 00:00:00 2001 From: Richard Chang Date: Wed, 21 Feb 2024 08:54:55 +0000 Subject: [PATCH] caimito: move zram size setting to general mk file Bug: 316995456 Test: perfwbs Change-Id: Ic6f6cf0550eea45c1fe04d2b610dc523228c9737 --- device-caiman.mk | 2 -- device-komodo.mk | 2 -- device-ripcurrent24.mk | 2 -- device-ripcurrentpro.mk | 2 -- device-tokay.mk | 2 -- 5 files changed, 10 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index c7b191c9..cd2c5b0e 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -266,9 +266,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-komodo.mk b/device-komodo.mk index f1768f47..553c50df 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -285,9 +285,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index d30b74fd..37d67c53 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -223,9 +223,7 @@ PRODUCT_PACKAGES += \ scd.conf \ lhd.conf -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ vendor.disable.thermal.control=1 \ persist.device_config.configuration.disable_rescue_party=true diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 73929c29..26a9120d 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -224,9 +224,7 @@ PRODUCT_PACKAGES += \ scd.conf \ lhd.conf -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-tokay.mk b/device-tokay.mk index 3ca68980..903e4e00 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -254,9 +254,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1 PRODUCT_PACKAGES += \ libthermal_tflite_wrapper -# Set zram size PRODUCT_VENDOR_PROPERTIES += \ - vendor.zram.size=50p \ persist.device_config.configuration.disable_rescue_party=true PRODUCT_VENDOR_PROPERTIES += \