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 b4f60da commit 3786073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/extras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
<remote name="xunmod"
fetch="https://github.com/xunmod" />

<remove-project name="bootable-recovery" />
<remove-project name="platform/external/openssh" />
<!-- TWRP lives in TeamWin android-9.0 -->
<project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-9.0"/>
<project path="bootable/recovery-twrp" name="android_bootable_recovery" remote="TeamWin" revision="android-9.0"/>
<project path="external/python3" name="android_external_python3" remote="TeamWin" revision="android-9.0"/>

<!-- Include external LineageOS repos for bash & nano -->
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:
repo sync -c -f --no-tags --no-clone-bundle -j16
rm -rf .repo/project-objects/platform .repo/project-objects/*-*
rm -r device/softwinner/octopus-ibt
curl https://github.com/xunmod/android_device_ONDA_octopus-ibt/raw/lollipop/.github/twrp.patch | patch -p1 -
rm -r bootable/recovery-twrp/applypatch
mv bootable/recovery/applypatch bootable/recovery-twrp/
rm -r bootable/recovery
mv bootable/recovery-twrp bootable/recovery
curl https://github.com/xunmod/android_device_ONDA_octopus-ibt/raw/lollipop/.github/twrp-gdb.patch | patch -p1 -
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 3786073

Please sign in to comment.