summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-29 16:26:31 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-29 16:26:31 -0700
commit978a65f3ebdbff2df565bd12516663c9f222acc9 (patch)
treedd8011c381b305242ab0055639174a3a5809eaa6
Toolchain manifest
-rw-r--r--default.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/default.xml b/default.xml
new file mode 100644
index 0000000..dd5548a
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="korg"
+ fetch="git://android.git.kernel.org/"
+ review="review.source.android.com" />
+ <default revision="master"
+ remote="korg" />
+
+ <project path="benchmark" name="toolchain/benchmark" />
+ <project path="binutils" name="toolchain/binutils" />
+ <project path="build" name="toolchain/build" />
+ <project path="gcc" name="toolchain/gcc" />
+ <project path="gdb" name="toolchain/gdb" />
+ <project path="gmp" name="toolchain/gmp" />
+ <project path="gold" name="toolchain/gold" />
+ <project path="mpfr" name="toolchain/mpfr" />
+
+</manifest>