Move to pe gapps

This commit is contained in:
Pierre-Hugues Husson 2019-10-21 17:36:32 +02:00
parent bf7d83cfb3
commit e30f11b21a
2 changed files with 6 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="opengapps" fetch="https://gitlab.opengapps.org/opengapps/" />
<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="opengapps" />
<!-- arm64 depends on arm -->
<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="opengapps" />
<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps" />
</manifest>

6
pe_gapps.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="pe" fetch="https://gitlab.com/PixelExperience/" />
<project path="vendor/gapps/" name="vendor_gapps" revision="ten" remote="pe" />
</manifest>