766ce14553
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
17 lines
184 B
Plaintext
17 lines
184 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
|