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:
Yifan Hong
2023-05-09 11:30:59 -07:00
parent f162fabf2b
commit 961f2bd43e
2 changed files with 3 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ vmlinux
System.map
"
NDK_TRIPLE=arm-linux-androideabi31
NDK_TRIPLE=${ARM_NDK_TRIPLE}

View File

@@ -1,4 +1,5 @@
BRANCH=android14-5.15
CLANG_VERSION=r487747
AARCH64_NDK_TRIPLE=aarch64-linux-android31
X86_64_NDK_TRIPLE=x86_64-linux-android31
X86_64_NDK_TRIPLE=x86_64-linux-android31
ARM_NDK_TRIPLE=arm-linux-androideabi31