forked from rock64-android/manifests
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathopengapps.xml
14 lines (12 loc) · 996 Bytes
/
opengapps.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="opengapps" fetch="https://github.com/opengapps/" />
<remote name="opengapps-gitlab" fetch="https://gitlab.opengapps.org/opengapps/" />
<remote name="ayufan-pine64" fetch="https://github.com/ayufan-pine64" />
<project path="vendor/opengapps/atv-build" name="opengapps_atv_build" revision="nougat" remote="ayufan-pine64" />
<project path="vendor/opengapps/build" name="aosp_build" revision="master" remote="opengapps" />
<project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps-gitlab" />
<project path="vendor/opengapps/sources/arm" name="arm" clone-depth="1" revision="master" remote="opengapps-gitlab" />
<project path="vendor/opengapps/sources/arm64" name="arm64" clone-depth="1" revision="master" remote="opengapps-gitlab" />
<project path="vendor/ayufan/apps" name="vendor-ayufan-apps" remote="ayufan-pine64" revision="master" groups="pdk" />
</manifest>