aboutsummaryrefslogtreecommitdiff
path: root/default.xml
blob: 6d9d8bb31a0005255463ec87628cf0c465b6492d (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote  name="cros"
           fetch="https://chromium.googlesource.com"
           review="https://chromium-review.googlesource.com" />

  <remote  name="aosp"
           fetch="https://android.googlesource.com"
           review="https://android-review.googlesource.com" />

  <default revision="refs/heads/master"
           remote="cros" sync-j="8" />

  <notice>
Your sources have been sync'd successfully.
  </notice>

  <project path="chromite" name="chromiumos/chromite" />
  <project path="chromite/config" name="platform/bbuildbot_config"
           remote="aosp" />

  <!-- To get requirements for cros lint -->
  <project path="chromium/tools/depot_tools"
           name="chromium/tools/depot_tools"
           revision="b6795643ec0305ba2ff862fcd0f450756aa5e58c" />
</manifest>