This commit is contained in:
Nehemiah of Zebulun 2025-01-22 14:10:39 +01:00
parent b43f19e3fa
commit d8af24a827
Signed by: nehemiah-zb
GPG Key ID: 6BFB3999D140A3CF

View File

@ -2,6 +2,7 @@
<manifest> <manifest>
<remote name="grapheneos-gitlab" fetch="https://gitlab.com/grapheneos/" revision="refs/heads/13" /> <remote name="grapheneos-gitlab" fetch="https://gitlab.com/grapheneos/" revision="refs/heads/13" />
<remote name="lineage" fetch="https://github.com/LineageOS/" /> <remote name="lineage" fetch="https://github.com/LineageOS/" />
<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/" />
<remove-project name="platform/external/chromium-webview" /> <remove-project name="platform/external/chromium-webview" />
@ -14,6 +15,9 @@
<!-- Wephone device tree --> <!-- Wephone device tree -->
<project path="device/wephone" name="device_wephone" remote="wephone" revision="master" /> <project path="device/wephone" name="device_wephone" remote="wephone" revision="master" />
<!-- exfat support -->
<project path="external/exfat" name="exfat" remote="relan" revision="master" />
<!-- Vanadium webview --> <!-- Vanadium webview -->
<project path="external/vanadium" name="platform_external_vanadium.git" remote="grapheneos-gitlab" clone-depth="1" /> <project path="external/vanadium" name="platform_external_vanadium.git" remote="grapheneos-gitlab" clone-depth="1" />
</manifest> </manifest>