android_kernel_samsung_sm8650/build.config.arm
Nick Desaulniers 766ce14553 ANDROID: build.config: set NDK_TRIPLE
In order to support CONFIG_UAPI_HEADER_TEST=y with a bionic sysroot
using prebuilt bionic from the NDK, we need to set a different target
triple for USERCFLAGS than what's used when cross compiling the kernel
(so that the correct headers and libc.{a|so} are found+used).

Bug: 190019968
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Ib3e60c41b862cda9f79ff8d2c812aaa8bfb571af
2022-04-05 14:09:03 -07:00

14 lines
126 B
Plaintext

ARCH=arm
MAKE_GOALS="
zImage
modules
"
FILES="
arch/arm/boot/zImage
vmlinux
System.map
"
NDK_TRIPLE=arm-linux-androideabi31