mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
ANDROID: Make KMI_SYMBOL_LIST_STRICT_MODE overrideable
For development purposes, it can be useful to disable strict symbol list checking, but this value is currently always being set to 1 in the arm64 config. Allow for this value to be overridden, with the default of being enabled. Bug: 184667897 Signed-off-by: J. Avila <elavila@google.com> Change-Id: Ie6295a2cb9d89b30e2242e2d55639a2c4882a897
This commit is contained in:
@@ -22,6 +22,6 @@ arch/arm64/boot/Image.lz4
|
||||
"
|
||||
|
||||
TRIM_NONLISTED_KMI=1
|
||||
KMI_SYMBOL_LIST_STRICT_MODE=1
|
||||
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
|
||||
MODULES_ORDER=android/gki_aarch64_modules
|
||||
KMI_ENFORCED=1
|
||||
|
||||
Reference in New Issue
Block a user