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

Commit f8b88d81 authored by Sooraj S's avatar Sooraj S 👽
Browse files

Remove unused AdBlock entries

refrence c2ab0f46
parent d3f14a3e
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,7 +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
    - cp ${CI_PROJECT_DIR}/build/filters/adblock_entries.h net/url_request/
    - echo ">> [$(date)] Install dependancies"
    - build/install-build-deps-android.sh
    - gclient runhooks
@@ -71,7 +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
    - cp ${CI_PROJECT_DIR}/build/filters/adblock_entries.h net/url_request/
    - echo ">> [$(date)] Install dependancies"
    - build/install-build-deps-android.sh
    - gclient runhooks