From 4ca3d0b5610618a92d5eb5f2548ed447072aa745 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Sun, 8 Sep 2024 01:25:04 +0000 Subject: [PATCH] builder: Removing manifest modification. * Since gflags are now enable again from upstream minimal manifest, we don't need to modifiy it here. Ref: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/commit/21e4fd95fb384fd3e5e3a792fa1f2d5194bb118b Signed-off-by: Carlo Dandan --- .github/workflows/Recovery-Builder-TWRP.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index bdf9990..63d2ae0 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -109,7 +109,6 @@ jobs: git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" repo init --depth=1 -u ${{ steps.manifest.outputs.value }} -b ${{ github.event.inputs.MANIFEST_BRANCH }} - sed -i '//d' .repo/manifests/remove-minimal.xml - name: Repo Sync run: |