summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-02 21:19:50 -0800
committerDan Albert <danalbert@google.com>2020-03-02 21:19:50 -0800
commit6a8d62d9732fe9ead4dbf4cc2d024efb75b3880c (patch)
treeff0ccc619a0b14a381051403bbb91ad3285d4658
parent7079a6120c23c3f5afcc510787a202ad4f1adec3 (diff)
downloadmanifest-6a8d62d9732fe9ead4dbf4cc2d024efb75b3880c.tar.gz
Add toolchain/llvm-project to the NDK manifest.
This is where libc++ and co come from now. Test: ndk/checkbuild.py Bug: None
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index ed97866b3..d0f91f261 100644
--- a/default.xml
+++ b/default.xml
@@ -70,6 +70,7 @@
<project path="toolchain/gdb" name="toolchain/gdb" groups="presubmit" />
<project path="toolchain/gmp" name="toolchain/gmp" groups="presubmit" />
<project path="toolchain/isl" name="toolchain/isl" groups="presubmit" />
+ <project path="toolchain/llvm-project" name="toolchain/llvm-project" revision="ndk" groups="presubmit" />
<project path="toolchain/make" name="toolchain/make" groups="presubmit" />
<project path="toolchain/mpc" name="toolchain/mpc" groups="presubmit" />
<project path="toolchain/mpfr" name="toolchain/mpfr" groups="presubmit" />