... so it can be read by Bazel @kernel_toolchain_info later. Test: TH Bug: 272164611 Change-Id: I04648f8fb28537544287797673810946dedb58f3 Signed-off-by: Yifan Hong <elsk@google.com>
14 lines
120 B
Plaintext
14 lines
120 B
Plaintext
ARCH=arm
|
|
MAKE_GOALS="
|
|
zImage
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm/boot/zImage
|
|
vmlinux
|
|
System.map
|
|
"
|
|
|
|
NDK_TRIPLE=${ARM_NDK_TRIPLE}
|