Allow debugfs on debuggable builds for level R.

Test: build user and userdebug
Bug: 152633647
Change-Id: I5af37ed86730e9745c31a564f548dfb35355f21b
This commit is contained in:
Yifan Hong 2020-03-27 16:58:54 -07:00
parent cf7aa522c7
commit 93dfd48b7d
9 changed files with 18 additions and 3 deletions

View file

@ -16,6 +16,10 @@ kernel_config {
name: "kernel_config_r_4.14",
srcs: [
"android-base.config",
"non_debuggable.config",
],
debuggable_srcs: [
"android-base.config",
],
meta: "android-base-conditional.xml",
}

View file

@ -1,6 +1,5 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_IP6_NF_NAT is not set

View file

@ -0,0 +1,2 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_DEBUG_FS is not set

View file

@ -16,6 +16,10 @@ kernel_config {
name: "kernel_config_r_4.19",
srcs: [
"android-base.config",
"non_debuggable.config",
],
debuggable_srcs: [
"android-base.config",
],
meta: "android-base-conditional.xml",
}

View file

@ -1,7 +1,6 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_BPFILTER is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_FW_CACHE is not set

View file

@ -0,0 +1,2 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_DEBUG_FS is not set

View file

@ -16,6 +16,10 @@ kernel_config {
name: "kernel_config_r_5.4",
srcs: [
"android-base.config",
"non_debuggable.config",
],
debuggable_srcs: [
"android-base.config",
],
meta: "android-base-conditional.xml",
}

View file

@ -1,7 +1,6 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_BPFILTER is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_FW_CACHE is not set

View file

@ -0,0 +1,2 @@
# KEEP ALPHABETICALLY SORTED
# CONFIG_DEBUG_FS is not set