diff options
author | Steve Muckle <smuckle@google.com> | 2017-07-11 10:06:37 -0700 |
---|---|---|
committer | Steve Muckle <smuckle@google.com> | 2017-07-11 10:11:36 -0700 |
commit | 97841e574afb85dca93016347efee005d8150efc (patch) | |
tree | 8356068370558e5944e0aabc8c2e46bd18950923 /android | |
parent | 92cc35433ddd0cba7a03fc19e88f8c854ee02055 (diff) |
ANDROID: android-base.cfg: remove CONFIG_CGROUP_DEBUG
This config option is not required by Android.
Bug: 63578267
Change-Id: I163fa19183734a1a343d525e885a000a495c242e
Signed-off-by: Steve Muckle <smuckle@google.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/configs/android-base.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg index d675e712fe8c..28dce6c0516d 100644 --- a/android/configs/android-base.cfg +++ b/android/configs/android-base.cfg @@ -17,7 +17,6 @@ CONFIG_AUDIT=y CONFIG_BLK_DEV_INITRD=y CONFIG_CGROUPS=y CONFIG_CGROUP_CPUACCT=y -CONFIG_CGROUP_DEBUG=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_SCHED=y CONFIG_DEFAULT_SECURITY_SELINUX=y |