-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdefault.xml
27 lines (20 loc) · 1.53 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="opengapps" fetch="https://github.com/opengapps/" />
<project path="vendor/google/build" name="aosp_build" revision="master" remote="opengapps" />
<project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps" />
<!-- If you need other/additional targets, follow the same template: -->
<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" />
<remote name="SnowCat6" fetch="https://github.com/SnowCat6/" />
<project path="device/DOOGEE" name="DEVICE_DOOGEE" revision="Android7.1.1" remote="SnowCat6" />
<project path="vendor/mediatek/proprietary/custom" name="vendor-mediatek-proprietary-custom" revision="Android7.1.1" remote="SnowCat6" />
<project path="vendor/DOOGEE" name="vendor-DOOGEE" revision="Android7.1.1" remote="SnowCat6" />
<project path="kernel-3.18" name="DOOGEE-kernel-3.18" revision="Android7.1.1" remote="SnowCat6" />
<project path="vendor/mediatek/proprietary/modem" name="vendor-mediatek-proprietary-modem" revision="Android7.1.1" remote="SnowCat6" />
<project path="vendor/busybox" name="vendor_busybox" revision="master" remote="SnowCat6" />
<!--
<remote name="omnirom" fetch="https://github.com/omnirom/" />
<project path="android/bootable/recovery" name="android_bootable_recovery" clone-depth="1" revision="android-6.0" remote="omnirom" />
-->
</manifest>