summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-16 15:44:02 -0700
committerDan Albert <danalbert@google.com>2015-07-16 15:44:02 -0700
commitcfbb3dcc8219e0d55874cc6d0e78605ab30aac9d (patch)
tree3ee72094c231630d3ebf192d036ad19c6d5987dc
parentaafa3da9db889f385c96af64b67587be2d65064d (diff)
downloadmanifest-cfbb3dcc8219e0d55874cc6d0e78605ab30aac9d.tar.gz
Add sed to the toolchain manifest.HEADmastermain
The NDK build is using master-ndk, but the platform toolchains still build from here directly.
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 9e35ad7..1f1dec7 100644
--- a/default.xml
+++ b/default.xml
@@ -27,6 +27,7 @@
<project path="perl" name="toolchain/perl" />
<project path="ppl" name="toolchain/ppl" />
<project path="python" name="toolchain/python" />
+ <project path="sed" name="toolchain/sed" />
<project path="yasm" name="toolchain/yasm" />
</manifest>