Skip to content

Commit

Permalink
Apply theme fix patch
Browse files Browse the repository at this point in the history
Apply theme fix patch from:
#2 (comment)
I uploaded the patch on:
https://github.com/polygraphene/android_bootable_recovery/commits/fixtheme/
This repo also contains atomic drm patch, which was previously pulled from gerrit.
  • Loading branch information
polygraphene authored Dec 17, 2024
1 parent 06a0df5 commit db8b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Apply patches
run: |
cd bootable/recovery
git fetch https://gerrit.twrp.me/android_bootable_recovery refs/changes/83/7683/1 && git checkout FETCH_HEAD
git fetch https://github.com/polygraphene/android_bootable_recovery fixtheme && git checkout FETCH_HEAD
working-directory: workspace

- name: Clone device tree
Expand Down

0 comments on commit db8b9e0

Please sign in to comment.