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

Commit 382016de authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files
parent 0772e118
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -91,6 +91,12 @@ setup_ccache() {

patch() {
    cd $chromium_dir/src

    echo ">> [$(date)] Remove v8 subrepo"
    rm -rf v8/.git
    git add -f v8 >/dev/null
    git commit -m ":NOEXPORT: v8 repo" >/dev/null

    echo ">> [$(date)] Applying bromite patches"

    patches_list=$(cat "${root_dir}/cromite/build/bromite_patches_list.txt")