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 7e62fb828f
commit dac17bb8f7
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -2,3 +2,4 @@ BRANCH=android14-6.1
CLANG_VERSION=r487747
AARCH64_NDK_TRIPLE=aarch64-linux-android31
X86_64_NDK_TRIPLE=x86_64-linux-android31
ARM_NDK_TRIPLE=arm-linux-androideabi31