summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-01-29 02:01:42 -0800
committerPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-01-29 02:01:42 -0800
commit2f2574ced83271335b90251dfdb03f6975d7dc91 (patch)
tree68d4834a25405d58c97c3d57b6060ed8956d6c15
parent9ca44d31b498b8a79560674496d145238158b803 (diff)
downloadaosp-2f2574ced83271335b90251dfdb03f6975d7dc91.tar.gz
rust: update toolchain version to 1.74.1
Bug: None Test: None Change-Id: Idee3c1056b16368a69e75c80a14af15f9fb448ae Signed-off-by: Pixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>
-rw-r--r--scripts/envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh
index 08efd65..61348e7 100644
--- a/scripts/envsetup.sh
+++ b/scripts/envsetup.sh
@@ -33,7 +33,7 @@ export CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r498229b/
export CLANG_HOST_LIBDIR=${CLANG_BINDIR}/../lib
export CLANG_TOOLS_BINDIR=${TRUSTY_TOP}/prebuilts/clang-tools/linux-x86/bin
export LINUX_CLANG_BINDIR=${TRUSTY_TOP}/prebuilts/clang/host/linux-x86/clang-r498229b/bin
-export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.73.0/bin
+export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.74.1/bin
export RUST_HOST_LIBDIR=${RUST_BINDIR}/../lib/rustlib/x86_64-unknown-linux-gnu/lib
export ARCH_arm_TOOLCHAIN_PREFIX=${CLANG_BINDIR}/llvm-
export ARCH_arm64_TOOLCHAIN_PREFIX=${CLANG_BINDIR}/llvm-