Revert "Switch back to opengapps on github, gitlab host is down"

This reverts commit ff0ee0cf82.
This commit is contained in:
Pierre-Hugues Husson 2019-08-22 12:54:24 +02:00
parent e01119b569
commit 34faa1f686
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@
<remote name="opengappsold" fetch="http://github.com/opengapps/" />
<project path="vendor/opengapps/build" name="aosp_build" revision="master" remote="opengappsold" />
<project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengappsold" />
<project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps" />
<!-- arm64 depends on arm -->
<project path="vendor/opengapps/sources/arm" name="arm" clone-depth="1" revision="master" remote="opengappolds" />
<project path="vendor/opengapps/sources/arm64" name="arm64" clone-depth="1" revision="master" remote="opengappsold" />
<project path="vendor/opengapps/sources/arm" name="arm" clone-depth="1" revision="master" remote="opengapps" />
<project path="vendor/opengapps/sources/arm64" name="arm64" clone-depth="1" revision="master" remote="opengapps" />
<project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="opengappsold" />
<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengappsold" />
<project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="opengapps" />
<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps" />
</manifest>