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:
parent
b641d035cb
commit
38e423d421
|
@ -28,6 +28,9 @@
|
|||
<remote name="github-ssh"
|
||||
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"
|
||||
remote="caf"
|
||||
sync-j="4"
|
||||
|
|
|
@ -201,4 +201,7 @@
|
|||
<remove-project name="platform/tools/external/gradle" />
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue