ANDROID: create initial symbol lists for android12-5.10
Bug: 175534863 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I99bb33802b001bbe9e0adb96b52ba81b9df3b30b
This commit is contained in:
parent
85b85c3836
commit
33a674bd42
4
android/abi_gki_aarch64
Normal file
4
android/abi_gki_aarch64
Normal file
@ -0,0 +1,4 @@
|
||||
[abi_symbol_list]
|
||||
# commonly used symbols
|
||||
module_layout
|
||||
__put_task_struct
|
0
android/gki_aarch64_modules
Normal file
0
android/gki_aarch64_modules
Normal file
@ -12,4 +12,4 @@ STOP_SHIP_TRACEPRINTK=1
|
||||
IN_KERNEL_MODULES=1
|
||||
DO_NOT_STRIP_MODULES=1
|
||||
|
||||
HERMETIC_TOOLCHAIN=1
|
||||
HERMETIC_TOOLCHAIN=${HERMETIC_TOOLCHAIN:-1}
|
||||
|
@ -2,3 +2,10 @@
|
||||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
||||
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
||||
|
||||
KMI_SYMBOL_LIST=android/abi_gki_aarch64
|
||||
ADDITIONAL_KMI_SYMBOL_LISTS="
|
||||
"
|
||||
|
||||
TRIM_NONLISTED_KMI=1
|
||||
KMI_SYMBOL_LIST_STRICT_MODE=1
|
||||
MODULES_ORDER=android/gki_aarch64_modules
|
||||
|
Loading…
Reference in New Issue
Block a user