Remove 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
This commit is contained in:
Jing Ji
2020-07-17 21:02:32 -07:00
parent 997d227648
commit cc5d2cca25
2 changed files with 0 additions and 10 deletions

View File

@@ -12,8 +12,3 @@ persist.sys.disable_rescue=true
# TODO(b/78105955): disable privapp_permissions checking before the bug solved # TODO(b/78105955): disable privapp_permissions checking before the bug solved
ro.control_privapp_permissions=disable 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

@@ -9,8 +9,3 @@ persist.sys.disable_rescue=true
# TODO(b/78105955): disable privapp_permissions checking before the bug solved # TODO(b/78105955): disable privapp_permissions checking before the bug solved
ro.control_privapp_permissions=disable 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