diff --git a/build.config.arm b/build.config.arm index c7f114c66937..4d6fa4cd885f 100644 --- a/build.config.arm +++ b/build.config.arm @@ -10,4 +10,4 @@ vmlinux System.map " -NDK_TRIPLE=arm-linux-androideabi31 +NDK_TRIPLE=${ARM_NDK_TRIPLE} diff --git a/build.config.constants b/build.config.constants index 28ceeb8469b0..42e423b21a5c 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