android_kernel_samsung_sm8650/build.config.arm
Yifan Hong dac17bb8f7 ANDROID: kleaf: move NDK_TRIPLE for arm to build.config.constants.
... 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>
2023-05-09 22:36:11 +00:00

14 lines
120 B
Plaintext

ARCH=arm
MAKE_GOALS="
zImage
modules
"
FILES="
arch/arm/boot/zImage
vmlinux
System.map
"
NDK_TRIPLE=${ARM_NDK_TRIPLE}