Skip to content

Commit

Permalink
builder: Removing manifest modification.
Browse files Browse the repository at this point in the history
* Since gflags are now enable again from upstream minimal manifest, we don't need to  modifiy it here.
Ref: minimal-manifest-twrp/platform_manifest_twrp_aosp@21e4fd9

Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan committed Sep 8, 2024
1 parent bc5f38d commit 4ca3d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '/<remove-project name="platform\/external\/gflags" \/>/d' .repo/manifests/remove-minimal.xml
- name: Repo Sync
run: |
Expand Down

0 comments on commit 4ca3d0b

Please sign in to comment.