We need to include the GKI_MODULES_LIST so that we can properly extract the GKI module's symbols when generating the symbol lists. Bug: 232988816 Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: Ifb459809ee311531c8cb3e04c8b5210d469e78cb
19 lines
230 B
Plaintext
19 lines
230 B
Plaintext
ARCH=arm64
|
|
MAKE_GOALS="
|
|
Image
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm64/boot/Image
|
|
vmlinux
|
|
System.map
|
|
vmlinux.symvers
|
|
modules.builtin
|
|
modules.builtin.modinfo
|
|
"
|
|
|
|
NDK_TRIPLE=aarch64-linux-android31
|
|
|
|
GKI_MODULES_LIST=android/gki_aarch64_modules
|