ANDROID: Update Rust compiler to 1.82.0
We're doing this here directly rather than backporting from mainline because mainline still doesn't have PROCMACROLDFLAGS, which is needed to be able to take this update. Bug: 369422063 Bug: 359429865 Test: With 1.82, tools/bazel build //common:kernel_x86_64 --rust Change-Id: I519d2055f100845c83569f7610327438f3dad7cf Signed-off-by: Matthew Maurer <mmaurer@google.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CLANG_VERSION=r536225
|
||||
RUSTC_VERSION=1.81.0.u1
|
||||
RUSTC_VERSION=1.82.0
|
||||
AARCH64_NDK_TRIPLE=aarch64-linux-android31
|
||||
X86_64_NDK_TRIPLE=x86_64-linux-android31
|
||||
ARM_NDK_TRIPLE=arm-linux-androideabi31
|
||||
|
||||
Reference in New Issue
Block a user