From 0b0dd684e712312e3ae1c0522b66df8c11fae428 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Wed, 27 Oct 2021 13:17:50 +0000 Subject: [PATCH] Add the property context for ro.lmk.use_minfree_levels This is not settable by vendor init at the moment, which appears to be a mistake because it is often used as a board-level configuration. Change-Id: I7a49d55712e9606446b3e6307627a208657d5da2 Test: adb shell getprop -Z | grep lmk Bug: 184041905 --- private/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/property_contexts b/private/property_contexts index 5d4c3b70b..54eb0a40b 100644 --- a/private/property_contexts +++ b/private/property_contexts @@ -542,6 +542,7 @@ ro.lmk.thrashing_limit u:object_r:lmkd_config_prop:s0 exact int ro.lmk.thrashing_limit_critical u:object_r:lmkd_config_prop:s0 exact int ro.lmk.thrashing_limit_decay u:object_r:lmkd_config_prop:s0 exact int ro.lmk.use_minfree_levels u:object_r:lmkd_config_prop:s0 exact bool +ro.lmk.use_new_strategy u:object_r:lmkd_config_prop:s0 exact bool ro.lmk.upgrade_pressure u:object_r:lmkd_config_prop:s0 exact int lmkd.reinit u:object_r:lmkd_prop:s0 exact int