ANDROID: GKI: disable the android debug symbols "driver"
A number of kernel symbols that the debug driver was wanting to export for various reasons are no longer present, so disable the driver from the build and remove it from the gki_defconfig files. Bug: 170851792 Bug: 169101608 Change-Id: I785de30e29a012ef073896c0dd44cb0ce9630125 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -559,7 +559,6 @@ CONFIG_POWERCAP=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_VENDOR_HOOKS=y
|
||||
CONFIG_ANDROID_DEBUG_KINFO=y
|
||||
CONFIG_LIBNVDIMM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
CONFIG_EXT4_FS=y
|
||||
|
||||
@@ -509,7 +509,6 @@ CONFIG_POWERCAP=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_VENDOR_HOOKS=y
|
||||
CONFIG_ANDROID_DEBUG_KINFO=y
|
||||
CONFIG_LIBNVDIMM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
CONFIG_EXT4_FS=y
|
||||
|
||||
@@ -512,7 +512,6 @@ CONFIG_POWERCAP=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_VENDOR_HOOKS=y
|
||||
CONFIG_ANDROID_DEBUG_KINFO=y
|
||||
CONFIG_LIBNVDIMM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
CONFIG_EXT4_FS=y
|
||||
|
||||
@@ -59,6 +59,7 @@ config ANDROID_VENDOR_HOOKS
|
||||
config ANDROID_DEBUG_KINFO
|
||||
bool "Android Debug Kernel Information Support"
|
||||
depends on KALLSYMS
|
||||
depends on BROKEN
|
||||
help
|
||||
This supports kernel information backup for bootloader usage.
|
||||
Specifics:
|
||||
|
||||
Reference in New Issue
Block a user