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:
@@ -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
|
|
||||||
|
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user