mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-10 07:10:26 -04:00
More branch switching, thanks to @syphyr
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7835c2b2ae
commit
1fde0f9c45
11 changed files with 507 additions and 14 deletions
|
@ -69,13 +69,17 @@
|
|||
<remove-project name="LineageOS/android_external_chromium-webview" />
|
||||
<project path="external/chromium-webview" name="divested-mobile/mulch" groups="pdk" clone-depth="1" remote="gitlab" revision="master" />
|
||||
|
||||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_aac" />
|
||||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="LineageOS/android_external_freetype" remote="github" revision="lineage-18.1" />
|
||||
|
||||
<!-- @syphyr's security backport branches -->
|
||||
<remove-project name="LineageOS/android_external_boringssl" />
|
||||
<project path="external/boringssl" name="syphyr/android_external_boringssl" remote="github" revision="f8397314565d6441b52f5aa313d06a98a03c31cd" />
|
||||
<remove-project name="LineageOS/android_external_ffmpeg" />
|
||||
<project path="external/ffmpeg" name="syphyr/android_external_ffmpeg" remote="github" revision="651981ea74e55e475d8c32470e481896cfbf0c32" />
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="syphyr/android_external_freetype-1" remote="github" revision="cae3047743733a3b39b03fbabb43a6350bf4b5bd" />
|
||||
<!-- END OF ADDITIONAL REPOS -->
|
||||
|
||||
<!-- START OF DEVICE REPOS -->
|
||||
|
|
|
@ -71,9 +71,11 @@
|
|||
<remove-project name="LineageOS/android_external_chromium-webview" />
|
||||
<project path="external/chromium-webview" name="divested-mobile/mulch" groups="pdk" clone-depth="1" remote="gitlab" revision="master" />
|
||||
|
||||
<!-- @syphyr's security backport branches -->
|
||||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_aac" />
|
||||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="syphyr/android_external_freetype-1" remote="github" revision="cae3047743733a3b39b03fbabb43a6350bf4b5bd" />
|
||||
<project path="external/freetype" name="LineageOS/android_external_freetype" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
|
@ -69,9 +69,11 @@
|
|||
<remove-project name="LineageOS/android_external_chromium-webview" />
|
||||
<project path="external/chromium-webview" name="divested-mobile/mulch" groups="pdk" clone-depth="1" remote="gitlab" revision="master" />
|
||||
|
||||
<!-- @syphyr's security backport branches -->
|
||||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_aac" />
|
||||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="syphyr/android_external_freetype-1" remote="github" revision="cae3047743733a3b39b03fbabb43a6350bf4b5bd" />
|
||||
<project path="external/freetype" name="LineageOS/android_external_freetype" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
|
@ -65,6 +65,10 @@
|
|||
<!-- Switch to the Mulch WebView -->
|
||||
<remove-project name="LineageOS/android_external_chromium-webview" />
|
||||
<project path="external/chromium-webview" name="divested-mobile/mulch" groups="pdk" clone-depth="1" remote="gitlab" revision="master" />
|
||||
|
||||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="LineageOS/android_external_freetype" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue