Add exfat support
This commit is contained in:
parent
d83815cce6
commit
550ad028d9
@ -2,6 +2,7 @@
|
|||||||
<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="wephone" fetch="https://git.mezimmah.net/wephone/" />
|
||||||
|
<remote name="relan" fetch="https://github.com/relan/" />
|
||||||
|
|
||||||
<remove-project name="platform/external/chromium-webview" />
|
<remove-project name="platform/external/chromium-webview" />
|
||||||
|
|
||||||
@ -11,8 +12,13 @@
|
|||||||
<remove-project name="platform/packages/apps/Gallery2" />
|
<remove-project name="platform/packages/apps/Gallery2" />
|
||||||
<remove-project name="platform/packages/apps/QuickSearchBox" />
|
<remove-project name="platform/packages/apps/QuickSearchBox" />
|
||||||
|
|
||||||
|
<!-- 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" />
|
||||||
|
|
||||||
|
<!-- Wephone included apps -->
|
||||||
<project path="packages/apps/BromiteSystemWebView" name="bromite_system_web_view" remote="wephone" revision="arm64" />
|
<project path="packages/apps/BromiteSystemWebView" name="bromite_system_web_view" remote="wephone" revision="arm64" />
|
||||||
<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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user