4 Commits

Author SHA1 Message Date
Nehemiah of Zebulun
7dceda4385 We neither want this one 2024-09-26 14:02:44 +02:00
Nehemiah of Zebulun
e850da2cce We don't want to include these by default 2024-09-26 13:57:29 +02:00
579e2c6cac Use AOSP camera for now 2024-07-25 14:56:04 -04:00
4a24b58646 Add MuPDF and Breezy Weather 2024-06-11 14:01:26 -04:00

32
wephone.xml Normal file
View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="grapheneos-gitlab" fetch="https://gitlab.com/grapheneos/" revision="refs/heads/13" />
<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/" />
<remove-project name="platform/external/chromium-webview" />
<remove-project name="platform/packages/apps/Browser2" />
<remove-project name="platform/packages/apps/Calendar" />
<remove-project name="platform/packages/apps/Contacts" />
<remove-project name="platform/packages/apps/DeskClock" />
<remove-project name="platform/packages/apps/Gallery2" />
<remove-project name="platform/packages/apps/QuickSearchBox" />
<!-- Wephone device tree -->
<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 -->
<project path="external/vanadium" name="platform_external_vanadium.git" remote="grapheneos-gitlab" clone-depth="1" />
<!-- Wephone included apps -->
<project path="packages/apps/Contacts" name="android_packages_apps_Contacts" remote="lineage" revision="lineage-18.1" />
<project path="packages/apps/DeskClock" name="android_packages_apps_DeskClock" remote="lineage" revision="lineage-18.1" />
<project path="packages/apps/Etar" name="android_packages_apps_Etar" remote="lineage" revision="lineage-18.1" />
<project path="packages/apps/Gallery2" name="android_packages_apps_Gallery2" remote="lineage" revision="lineage-18.1" />
<project path="packages/apps/WeKey" name="wekey" remote="wephone" revision="master" />
</manifest>