Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6512b832 authored by Sooraj S's avatar Sooraj S 👽
Browse files

The patches need to be applied rexursively in the oder

parent 6cd57dee
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ build-bromite-arm:
    - gclient sync --with_branch_heads --with_tags
    - echo ">> [$(date)] Apply Bromite and /e/ patches"
    - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - echo ">> [$(date)] Install dependancies"
    - build/install-build-deps-android.sh
    - gclient runhooks
@@ -72,8 +70,6 @@ build-bromite-arm64:
    - gclient sync --with_branch_heads --with_tags
    - echo ">> [$(date)] Apply Bromite and /e/ patches"
    - for file in $(cat ${CI_PROJECT_DIR}/build/patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - for file in $(cat ${CI_PROJECT_DIR}/build/chromium_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - for file in $(cat ${CI_PROJECT_DIR}/build/e_patches_list.txt) ; do echo " -> Apply $file"; git apply ${CI_PROJECT_DIR}/build/patches/$file; echo " "; done
    - echo ">> [$(date)] Install dependancies"
    - build/install-build-deps-android.sh
    - gclient runhooks
+15 −0
Original line number Diff line number Diff line
@@ -112,8 +112,22 @@ Add-flag-to-disable-IPv6-probes.patch
Add-a-proxy-configuration-page.patch
Do-not-ignore-download-location-prompt-setting.patch
Disable-previews-by-default.patch
e-set-search-engines.patch
Use-4-tile-rows-never-show-logo.patch
Disable-metrics-collection-for-NTP-tiles.patch
e-set-package-name.patch
e-set-icon.patch
e-set-app-name.patch
e-set-popular-sites.patch
e-enable-donottrack.patch
e-set-informations.patch
e-enable-search-suggestion.patch
e-disable-autofill.patch
e-rebrand-translations.patch
e-fix-settings-crash-issue.patch
e-share-search-engine.patch
e-enable-custom-tabs-by-default.patch
e_async_dns_disable.patch
Enable-site-per-process-isolation-for-devices-with-enough-memory.patch
Use-64-bit-WebView-processes.patch
Add-option-to-use-home-page-as-NTP.patch
@@ -129,6 +143,7 @@ disable-background-sync-by-default.patch
disable-sensors-access-site-setting-by-default.patch
Disable-media-router-and-remoting-by-default.patch
Do-not-record-UMA-for-network-errors.patch
Fix-About-Chrome-regression.patch
Disable-unified-consent-on-Android.patch
Revert-Cleanup-Search-Ready-Omnibox-flag-since-it-has-launched.patch
Disable-search-ready-omnibox-by-default.patch