summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2022-03-23 16:44:44 -0700
committerChris Wailes <chriswailes@google.com>2022-03-23 16:45:56 -0700
commit7c4ecf4aa5b34f41cc92fac02f377d55ca300e50 (patch)
tree547b0d46ff6e41664ae0c4ea1201b9a288dabd9d
parente8ed371a17d0422223f4ce69ae932b4d193fab9a (diff)
downloadmanifest-7c4ecf4aa5b34f41cc92fac02f377d55ca300e50.tar.gz
Add NDK r24 project to rust-toolchain manifest
Bug: 226190085 Change-Id: I95c3aea3cd2d24fb1e1047c4d8edede95ee45ed0
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b025c4631..8786f0904 100644
--- a/default.xml
+++ b/default.xml
@@ -51,6 +51,7 @@
<!-- NDK - Needed until in-tree sysroot is available -->
<project path="toolchain/prebuilts/ndk/r23" name="toolchain/prebuilts/ndk/r23" clone-depth="1"/>
+ <project path="toolchain/prebuilts/ndk/r24" name="toolchain/prebuilts/ndk/r24" clone-depth="1"/>
<!-- Build System Components -->
<project path="build/soong" name="platform/build/soong" >