From db8b9e0d12568f46422e53f20bf90aca7776aaa6 Mon Sep 17 00:00:00 2001 From: polygraphene Date: Wed, 18 Dec 2024 00:35:47 +0900 Subject: [PATCH] Apply theme fix patch Apply theme fix patch from: https://github.com/polygraphene/android_device_lenovo_TB320FC/pull/2#issuecomment-2496118845 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. --- .github/workflows/Recovery Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 7ba6884..4f1d0af 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -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