Add Mulch

This commit is contained in:
Nehemiah of Zebulun 2023-12-15 09:35:44 -05:00
parent 550ad028d9
commit 6833e7d8bf

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<remote name="lineage" fetch="https://github.com/LineageOS/" /> <remote name="lineage" fetch="https://github.com/LineageOS/" />
<remote name="wephone" fetch="https://git.mezimmah.net/wephone/" /> <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/" />
<remove-project name="platform/external/chromium-webview" /> <remove-project name="platform/external/chromium-webview" />
@ -19,7 +20,7 @@
<project path="external/exfat" name="exfat" remote="relan" revision="master" /> <project path="external/exfat" name="exfat" remote="relan" revision="master" />
<!-- Wephone included apps --> <!-- Wephone included apps -->
<project path="packages/apps/BromiteSystemWebView" name="bromite_system_web_view" remote="wephone" revision="arm64" /> <project path="packages/apps/MulchSystemWebView" 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" />