aboutsummaryrefslogtreecommitdiff
path: root/r
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2020-05-27 10:53:02 -0700
committerSuren Baghdasaryan <surenb@google.com>2020-05-27 10:53:02 -0700
commit8328c30e7f2ba34e3214775e94425d3afcc2e953 (patch)
tree06bccd5e5b8a4f6da661b1ff9fcdb8e465e2fd5b /r
parentf3219a38ff5c92be28c2fa472a58441cae188036 (diff)
downloadconfigs-8328c30e7f2ba34e3214775e94425d3afcc2e953.tar.gz
Disable CONFIG_ANDROID_LOW_MEMORY_KILLER in R except for 4.14 kernel
Disable CONFIG_ANDROID_LOW_MEMORY_KILLER starting from R except for 4.14 kernel that should still be allowed to use in-kernel lmk. Bug: 157475351 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Merged-In: I5ff006478c75440d35f91749cee36ab4092176a5 Change-Id: I5ff006478c75440d35f91749cee36ab4092176a5
Diffstat (limited to 'r')
-rw-r--r--r/android-4.19/android-base.config1
-rw-r--r--r/android-5.4/android-base.config1
2 files changed, 2 insertions, 0 deletions
diff --git a/r/android-4.19/android-base.config b/r/android-4.19/android-base.config
index a00651a..f72707f 100644
--- a/r/android-4.19/android-base.config
+++ b/r/android-4.19/android-base.config
@@ -1,4 +1,5 @@
# KEEP ALPHABETICALLY SORTED
+# CONFIG_ANDROID_LOW_MEMORY_KILLER is not set
# CONFIG_BPFILTER is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_DEVMEM is not set
diff --git a/r/android-5.4/android-base.config b/r/android-5.4/android-base.config
index d4e3dcc..bd7e948 100644
--- a/r/android-5.4/android-base.config
+++ b/r/android-5.4/android-base.config
@@ -1,4 +1,5 @@
# KEEP ALPHABETICALLY SORTED
+# CONFIG_ANDROID_LOW_MEMORY_KILLER is not set
# CONFIG_BPFILTER is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_DEVMEM is not set