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:
parent
34fde61f72
commit
308e49bc5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user