Allow debugfs on debuggable builds for level R.
Test: build user and userdebug Bug: 152633647 Change-Id: I5af37ed86730e9745c31a564f548dfb35355f21b
This commit is contained in:
parent
cf7aa522c7
commit
93dfd48b7d
9 changed files with 18 additions and 3 deletions
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
2
r/android-4.14/non_debuggable.config
Normal file
2
r/android-4.14/non_debuggable.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
# KEEP ALPHABETICALLY SORTED
|
||||
# CONFIG_DEBUG_FS is not set
|
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
2
r/android-4.19/non_debuggable.config
Normal file
2
r/android-4.19/non_debuggable.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
# KEEP ALPHABETICALLY SORTED
|
||||
# CONFIG_DEBUG_FS is not set
|
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
2
r/android-5.4/non_debuggable.config
Normal file
2
r/android-5.4/non_debuggable.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
# KEEP ALPHABETICALLY SORTED
|
||||
# CONFIG_DEBUG_FS is not set
|
Loading…
Reference in a new issue