blob: f84daa6bb0cd16c777c74a0c9c3b59bef055b6f3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote
name="origin"
fetch="https://hafnium.googlesource.com/"
review="sso://hafnium.googlesource.com/" />
<default remote="origin" revision="master" />
<project path="core" name="hafnium">
<!-- Required in the root by the build system -->
<linkfile src=".clang-format" dest=".clang-format" />
<linkfile src=".clang-tidy" dest=".clang-tidy" />
<linkfile src=".gn" dest=".gn" />
<linkfile src="BUILD.gn" dest="BUILD.gn" />
<linkfile src="Makefile" dest="Makefile" />
<!-- TODO: Do we want these in the root or change paths? -->
<linkfile src="build" dest="build" />
<linkfile src="driver" dest="driver" />
<linkfile src="kokoro" dest="kokoro" />
<linkfile src="inc" dest="inc" />
<linkfile src="src" dest="src" />
<linkfile src="test" dest="test" />
<linkfile src="vmlib" dest="vmlib" />
</project>
<!-- Shallow clones of third-party code. -->
<project path="prebuilts" name="hafnium/prebuilts" clone-depth="1" />
<project path="third_party/googletest" name="hafnium/third_party/googletest" clone-depth="1" />
<project path="third_party/linux" name="hafnium/third_party/linux" clone-depth="1" />
<project path="project/reference" name="hafnium/project/reference" />
<!-- Checkout this manifest as one of the projects. This will be used to init
`repo` in Kokoro builds. Shallow clones are not supported by `repo`, so
clone with a large depth. -->
<project path=".repo_manifest" name="manifest" clone-depth="1000" />
</manifest>