From 3e7256c41c6572b4e5b6eb024090f8b0730d7304 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 11 Sep 2024 07:25:43 +0000 Subject: [PATCH] ANDROID: update RUSTC_VERSION to 1.80.1 Bug: 361370910 Change-Id: Iafeb84b2a97d6c1c8f3cffc15b6da57d6e784ff2 Signed-off-by: Alice Ryhl --- build.config.constants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.constants b/build.config.constants index 0d35b2f6992b..42da496e6263 100644 --- a/build.config.constants +++ b/build.config.constants @@ -1,5 +1,5 @@ CLANG_VERSION=r522817 -RUSTC_VERSION=1.78.0 +RUSTC_VERSION=1.80.1 AARCH64_NDK_TRIPLE=aarch64-linux-android31 X86_64_NDK_TRIPLE=x86_64-linux-android31 ARM_NDK_TRIPLE=arm-linux-androideabi31