Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 4, 2024
1 parent 74d2eab commit 4c9dabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
rm -rf .repo/project-objects
rm -r device/softwinner/octopus-ibt
curl https://github.com/xunmod/android_device_ONDA_octopus-ibt/raw/lollipop/.github/twrp_gdb.patch | patch -p1 -
mv bootable/recovery/applydiff bootable/recovery-twrp/
rm -r bootable/recovery
mv bootable/recovery-twrp bootable/recovery
- name: Build
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion recovery/twrp.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
LOCAL_PATH := device/ONDA/octopus-ibt
RECOVERY_VARIANT := twrp

TARGET_USERIMAGES_USE_EXT4 := true
BOARD_HAS_LARGE_FILESYSTEM := true
Expand Down

0 comments on commit 4c9dabc

Please sign in to comment.