2020-04-07 13:55:55 +00:00
|
|
|
<?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" />
|
2020-05-24 10:45:48 +00:00
|
|
|
<project path="vendor/opengapps/sources/all" name="all.git" clone-depth="1" revision="master" remote="opengapps" />
|
2020-04-07 13:55:55 +00:00
|
|
|
|
|
|
|
<!-- arm64 depends on arm -->
|
2020-05-24 10:45:48 +00:00
|
|
|
<project path="vendor/opengapps/sources/arm" name="arm.git" clone-depth="1" revision="master" remote="opengapps" />
|
|
|
|
<project path="vendor/opengapps/sources/arm64" name="arm64.git" clone-depth="1" revision="master" remote="opengapps" />
|
2020-04-07 13:55:55 +00:00
|
|
|
|
2020-05-24 10:45:48 +00:00
|
|
|
<project path="vendor/opengapps/sources/x86" name="x86.git" clone-depth="1" revision="master" remote="opengapps" />
|
|
|
|
<project path="vendor/opengapps/sources/x86_64" name="x86_64.git" clone-depth="1" revision="master" remote="opengapps" />
|
2020-04-07 13:55:55 +00:00
|
|
|
</manifest>
|