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>
diff --git a/build.config.constants b/build.config.constants
index 28ceeb8..42e423b 100644
--- a/build.config.constants
+++ b/build.config.constants
@@ -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
\ No newline at end of file
+X86_64_NDK_TRIPLE=x86_64-linux-android31
+ARM_NDK_TRIPLE=arm-linux-androideabi31
\ No newline at end of file