diff options
author | dakkar <dakkar@thenautilus.net> | 2018-07-13 10:54:58 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-07-13 10:54:58 +0100 |
commit | d933fea2cab1b6b2fe45e5f1f9da0a9bddb1f572 (patch) | |
tree | efb7d35bc878028a637653d1d46e493348240599 /opengapps.xml | |
parent | add product listing (diff) | |
download | dakkar-android-huawei-m5-d933fea2cab1b6b2fe45e5f1f9da0a9bddb1f572.tar.gz dakkar-android-huawei-m5-d933fea2cab1b6b2fe45e5f1f9da0a9bddb1f572.tar.bz2 dakkar-android-huawei-m5-d933fea2cab1b6b2fe45e5f1f9da0a9bddb1f572.zip |
add forgotten opengapps manifest
Diffstat (limited to 'opengapps.xml')
-rw-r--r-- | opengapps.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opengapps.xml b/opengapps.xml new file mode 100644 index 0000000..3c608d4 --- /dev/null +++ b/opengapps.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest> +<remote name="opengapps" fetch="https://github.com/opengapps/" /> + +<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" /> + +<!-- arm64 depends on arm --> +<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" /> + +<project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="opengapps" /> +<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps" /> +</manifest> |