From cc5d2cca253cc034e9c04a774f783e801bd19230 Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Fri, 17 Jul 2020 21:02:32 -0700 Subject: [PATCH] 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 --- target/board/gsi_system_ext.prop | 5 ----- target/board/gsi_system_ext_user.prop | 5 ----- 2 files changed, 10 deletions(-) diff --git a/target/board/gsi_system_ext.prop b/target/board/gsi_system_ext.prop index dd3227efb2..780aadc0ae 100644 --- a/target/board/gsi_system_ext.prop +++ b/target/board/gsi_system_ext.prop @@ -12,8 +12,3 @@ persist.sys.disable_rescue=true # TODO(b/78105955): disable privapp_permissions checking before the bug solved 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 diff --git a/target/board/gsi_system_ext_user.prop b/target/board/gsi_system_ext_user.prop index db6d880b7a..217bd012ad 100644 --- a/target/board/gsi_system_ext_user.prop +++ b/target/board/gsi_system_ext_user.prop @@ -9,8 +9,3 @@ persist.sys.disable_rescue=true # TODO(b/78105955): disable privapp_permissions checking before the bug solved 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