mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-10-22 23:23:03 +02:00
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>
This commit is contained in:
parent
ab7e63ef76
commit
dad4133ce5
|
@ -10,4 +10,4 @@ vmlinux
|
|||
System.map
|
||||
"
|
||||
|
||||
NDK_TRIPLE=arm-linux-androideabi31
|
||||
NDK_TRIPLE=${ARM_NDK_TRIPLE}
|
||||
|
|
|
@ -2,3 +2,4 @@ BRANCH=android-mainline
|
|||
CLANG_VERSION=r487747
|
||||
AARCH64_NDK_TRIPLE=aarch64-linux-android31
|
||||
X86_64_NDK_TRIPLE=x86_64-linux-android31
|
||||
ARM_NDK_TRIPLE=arm-linux-androideabi31
|
||||
|
|
Loading…
Reference in New Issue
Block a user