29 lines
668 B
XML
29 lines
668 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
|
|
|
|
<remote name="aosp"
|
|
fetch=".."
|
|
review="https://android-review.googlesource.com/" />
|
|
<default revision="android16-release"
|
|
remote="aosp"
|
|
sync-j="10" />
|
|
|
|
<superproject name="platform/superproject" remote="aosp" revision="android-latest-release"/>
|
|
<contactinfo bugurl="go/repo-bug" />
|
|
|
|
|
|
<!-- open-source projects -->
|
|
<include name="snippets/aosp.xml" />
|
|
|
|
<!-- Remove AOSP repos -->
|
|
<include name="snippets/remove.xml" />
|
|
|
|
<!-- StrixOS -->
|
|
<include name="snippets/strix.xml" />
|
|
|
|
<!-- LineageOS -->
|
|
<include name="snippets/lineage.xml" />
|
|
|
|
</manifest>
|