Edit manifest for new gapps sources

We are using now other gapps sources
This commit is contained in:
Maxim 2018-09-10 20:14:35 +07:00 committed by GitHub
parent a4a005029b
commit e5b74439a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="phh" fetch="https://github.com/phhusson/" />
<remote name="pixel-gitlab" fetch="https://gitlab.com/PixelExperience" revision="pie" />
<project path="vendor/hardware_overlay" name="vendor_hardware_overlay" remote="phh" revision="pie" />
<project path="device/phh/treble" name="device_phh_treble" remote="phh" revision="android-9.0" />
<project path="vendor/vndk" name="vendor_vndk" remote="phh" revision="master" />
<project path="vendor/vndk-tests" name="vendor_vndk-tests" remote="phh" revision="master" />
<project path="vendor/gapps-go" name="gapps-go" remote="phh" revision="master" />
<project path="vendor/interfaces" name="vendor_interfaces" remote="phh" revision="pie" />
<project path="vendor/gapps" name="vendor_gapps" remote="pixel-gitlab" clone-depth="1" />
<!-- exfat support -->
<project path="external/exfat" name="exfat" remote="phh" revision="android.bp-pie" />
</manifest>