forked from phhusson/treble_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
17 lines (13 loc) · 859 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="phh" fetch="https://github.com/phhusson/" />
<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-12.0" />
<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="android-11.0" />
<project path="vendor/lptools" name="vendor_lptools" remote="phh" revision="master" />
<project path="vendor/magisk" name="vendor_magisk" remote="phh" revision="android-10.0" />
<!-- exfat support -->
<remote name="relan" fetch="https://github.com/relan/" />
</manifest>