summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2022-10-11 13:11:13 -0700
committerChris Wailes <chriswailes@google.com>2022-10-11 13:11:13 -0700
commitddec7483f3d7bf9020b265463d5be05fe33259cb (patch)
tree68e55b20e0988af88e9442c950b39165e0e18135
parent3b9a8e85aba22c12132c94a6803332d30348a5d0 (diff)
downloadmanifest-ddec7483f3d7bf9020b265463d5be05fe33259cb.tar.gz
Add NDK r25 project to rust-toolchain
Bug: 253070117 Change-Id: Icd2903e4a77cdb5fdee0c0ab619db464e9519d1c
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index f20d0e745..edbd287d2 100644
--- a/default.xml
+++ b/default.xml
@@ -51,6 +51,7 @@
<!-- NDK - Needed until in-tree sysroot is available -->
<project path="toolchain/prebuilts/ndk/r24" name="toolchain/prebuilts/ndk/r24" clone-depth="1"/>
+ <project path="toolchain/prebuilts/ndk/r25" name="toolchain/prebuilts/ndk/r25" clone-depth="1"/>
<!-- Build System Components -->
<project path="build/soong" name="platform/build/soong" >