summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-03-18 03:02:03 -0700
committerPixel Trusty Team Automation <mdb.pixel-trusty-team-automation@google.com>2024-03-18 03:02:03 -0700
commit0c4d661b16dd9f98b7d4f21ed8fd949ce4ca3edf (patch)
tree3971387717e0e08027ebc284a3575d407f5e5930
parent9d6ad2b5865140d62642e20c5cbc097a93541b97 (diff)
downloadaosp-0c4d661b16dd9f98b7d4f21ed8fd949ce4ca3edf.tar.gz
rust: update toolchain version to 1.76.0
Bug: None Test: None Change-Id: I09808d4c889c470d87d8a1b279146e8f6dc94929 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 a8067a6..b3478a1 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.75.0/bin
+export RUST_BINDIR=${TRUSTY_TOP}/prebuilts/rust/linux-x86/1.76.0/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-