dec4cb5ca6
... so that they can be loaded by Kleaf extensions and read during the loading phase. Moving forward, we should remove build configs in the future and express constants in .bzl files. However, for now, until kernel_build has been migrated to use the defined cc_toolchain, we must keep this file. Test: Treehugger Bug: 228238975 Change-Id: Id9628663785970c460470382e1ae162e1112203d Signed-off-by: Yifan Hong <elsk@google.com>
17 lines
182 B
Plaintext
17 lines
182 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_NDK_TRIPLE}
|