1<?xml version="1.0" encoding="UTF-8"?> 2<manifest> 3 <remote name="cros" 4 fetch="https://chromium.googlesource.com" 5 review="chromium-review.googlesource.com" /> 6 <remote name="cros-internal" 7 fetch="https://chrome-internal-review.googlesource.com" 8 review="chrome-internal-review.googlesource.com" /> 9<!-- We track 'main' branch now because we build Docker images and use those to track testing and release rather than the prod ref.--> 10 <default revision="refs/heads/main" 11 remote="cros" /> 12 13 <project path="autotest" 14 name="chromiumos/third_party/autotest" /> 15 16 <project path="autotest/server/cros/faft/fw-testing-configs" 17 name="chromiumos/platform/fw-testing-configs" /> 18 19 <project remote="cros-internal" path="autotest/site_utils/autotest_private" 20 name="chromeos/autotest-private" /> 21 22 <!-- end chromeos projects --> 23 24</manifest> 25