manifest: Track gapps.

Based on PixelExperience gapps available at Gitlab.

* Added gitlab as a remote.

Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
Change-Id: I24cc5c1a3ecae4045a850330e2a7bbb4bfdf2c52
This commit is contained in:
Hernán Castañón Álvarez 2020-03-26 22:43:13 +00:00 committed by Hernán Castañón
parent b641d035cb
commit 38e423d421
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@
<remote name="github-ssh" <remote name="github-ssh"
fetch="ssh://git@github.com" /> fetch="ssh://git@github.com" />
<remote name="gitlab"
fetch="https://gitlab.com"/>
<default revision="refs/tags/LA.UM.8.2.1.r1-04200-sdm660.0" <default revision="refs/tags/LA.UM.8.2.1.r1-04200-sdm660.0"
remote="caf" remote="caf"
sync-j="4" sync-j="4"

View File

@ -201,4 +201,7 @@
<remove-project name="platform/tools/external/gradle" /> <remove-project name="platform/tools/external/gradle" />
<project path="tools/external/gradle" name="platform/tools/external/gradle" remote="aosp" clone-depth="1" /> <project path="tools/external/gradle" name="platform/tools/external/gradle" remote="aosp" clone-depth="1" />
<!-- AOSPA gapps -->
<project path="vendor/gapps" name="AOSPA/vendor_gapps" remote="gitlab" revision="quartz" clone-depth="1" />
</manifest> </manifest>