summaryrefslogtreecommitdiff
path: root/default.xml
blob: 0a0e4c22d3a3437a442384ba817a8d95f5cccdf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote  name="korg"
           fetch="git://android.git.kernel.org/"
           review="review.source.android.com" />

  <remote  name="linaro"
           fetch="git://git.linaro.org/android/" />

  <default revision="master"
           remote="korg" />

  <project path="benchmark" name="toolchain/benchmark" />
  <project path="binutils" name="toolchain/binutils" />
  <project path="build" name="toolchain/build" remote="linaro" />
  <project path="gcc-patches" name="toolchain/gcc-patches" remote="linaro" />
  <project path="gdb" name="toolchain/gdb" />
  <project path="gmp" name="toolchain/gmp" />
  <project path="gold" name="toolchain/gold" />
  <project path="mpc" name="toolchain/mpc" />
  <project path="mpfr" name="toolchain/mpfr" />

</manifest>