Moving to Vanadium from GrapheneOS

This commit is contained in:
Nehemiah of Zebulun 2023-12-15 10:22:34 -05:00
parent 45c86ee0a1
commit 85e597e798

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<remote name="grapheneos-gitlab" fetch="https://gitlab.com/grapheneos/" revision="refs/heads/14" />
<remote name="lineage" fetch="https://github.com/LineageOS/" /> <remote name="lineage" fetch="https://github.com/LineageOS/" />
<remote name="mulch" fetch="https://gitlab.com/divested-mobile/" />
<remote name="relan" fetch="https://github.com/relan/" /> <remote name="relan" fetch="https://github.com/relan/" />
<remote name="wephone" fetch="https://git.mezimmah.net/wephone/" /> <remote name="wephone" fetch="https://git.mezimmah.net/wephone/" />
@ -19,8 +19,10 @@
<!-- exfat support --> <!-- exfat support -->
<project path="external/exfat" name="exfat" remote="relan" revision="master" /> <project path="external/exfat" name="exfat" remote="relan" revision="master" />
<!-- Vanadium webview -->
<project path="external/vanadium" name="platform_external_vanadium.git" remote="grapheneos-gitlab" clone-depth="1" />
<!-- Wephone included apps --> <!-- Wephone included apps -->
<project path="platform/external/mulch-webview" name="mulch" remote="mulch" revision="master" />
<project path="packages/apps/Contacts" name="android_packages_apps_Contacts" remote="lineage" revision="lineage-18.1" /> <project path="packages/apps/Contacts" name="android_packages_apps_Contacts" remote="lineage" revision="lineage-18.1" />
<project path="packages/apps/Conversations" name="conversations" remote="wephone" revision="arm64" /> <project path="packages/apps/Conversations" name="conversations" remote="wephone" revision="arm64" />
<project path="packages/apps/Davx5" name="davx" remote="wephone" revision="master" /> <project path="packages/apps/Davx5" name="davx" remote="wephone" revision="master" />