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 3, 2024
1 parent 9cc41c5 commit f6ae963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/extras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
<project name="android_external_openssh" path="external/openssh" remote="LineageOS" revision="cm-12.1" />
<project name="android_external_ntfs-3g" path="external/ntfs-3g" remote="LineageOS" revision="cm-12.1" />
<project name="android_device_ONDA_octopus-ibt" path="device/ONDA/octopus-ibt" remote="xunmod" revision="lollipop" />

<!-- For applydiff -->
<project name="android_bootable_recovery" path="bootable/recovery-cm" remote="LineageOS" revision="cm-12.1" />
</manifest>

2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
repo sync -c -f --no-tags --no-clone-bundle -j16
rm -r device/softwinner/octopus-ibt
curl https://github.com/xunmod/twrp_device_ONDA_octopus-ibt/raw/twrp-4.4/twrp_gdb.patch | patch -p1 -
mv bootable/recovery-cm/applydiff bootable/recovery/
rm -rf bootable/recovery-cm
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit f6ae963

Please sign in to comment.