summaryrefslogtreecommitdiff
path: root/default.xml
blob: 30c66430e36fc8906c5a97b84baab44cc224b7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
    This branch is a master side branch and is configured to have all project
    specific rules. When updating this manifest file, please also update the
    project rule in google3 to ensure new projects get testing.
    See go/side-branch-testing for details.
-->
  <remote  name="aosp"
           fetch=".."
           review="https://android-review.googlesource.com/"/>
  <default revision="master"
           remote="aosp"
           sync-j="4"/>

  <superproject name="platform/superproject" remote="aosp" revision="rr-dev"/>
  <contactinfo bugurl="go/repo-bug" />

  <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" />
  <project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" />
  <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" />
  <project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" />
  <project path="prebuilts/python/linux-x86" name="platform/prebuilts/python/linux-x86" revision="llvm-toolchain" />
  <project path="toolchain/capnproto" name="toolchain/capnproto"/>
  <project path="toolchain/prebuilts/ndk/r25" name="toolchain/prebuilts/ndk/r25" />
  <project path="toolchain/rr" name="toolchain/rr"/>
</manifest>