Remove a couple of LMK properties from GSI image

These two properties shouldn't be set in GSI image from R on,
otherwise they'll force lmkd to use the legacy strategy.

Bug: 136212765
Test: run cts-on-gsi -m CtsFileSystemTestCases
Test: run cts-on-gsi -m CtsAppExitTestCases
Change-Id: Id0001f8c4187a280cffe6c72d7a39be29065ca4e
Merged-In: Id0001f8c4187a280cffe6c72d7a39be29065ca4e
This commit is contained in:
Jing Ji
2020-07-17 21:02:32 -07:00
parent b751b77548
commit 5f97d6d24f
2 changed files with 0 additions and 4 deletions

View File

@@ -14,6 +14,4 @@ persist.sys.disable_rescue=true
ro.control_privapp_permissions=disable
# TODO(b/136212765): the default for LMK
ro.lmk.kill_heaviest_task=true
ro.lmk.kill_timeout_ms=100
ro.lmk.use_minfree_levels=true

View File

@@ -11,6 +11,4 @@ persist.sys.disable_rescue=true
ro.control_privapp_permissions=disable
# TODO(b/136212765): the default for LMK
ro.lmk.kill_heaviest_task=true
ro.lmk.kill_timeout_ms=100
ro.lmk.use_minfree_levels=true