Skip to content

Commit

Permalink
Update gki-kernel.yml
Browse files Browse the repository at this point in the history
Remove hide stuff patch for testing
  • Loading branch information
TheWildJames authored Feb 25, 2025
1 parent 627c316 commit 9ee4409
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ jobs:
cd ../common
patch -p1 < 50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch || true
- name: Apply Hide Stuff Patches
run: |
echo "Changing to configuration directory: $CONFIG..."
cd "$CONFIG/common"
# Apply additional patch
cp ../../kernel_patches/69_hide_stuff.patch ./
patch -p1 -F 3 < 69_hide_stuff.patch
# - name: Apply Hide Stuff Patches
# run: |
# echo "Changing to configuration directory: $CONFIG..."
# cd "$CONFIG/common"
# # Apply additional patch
# cp ../../kernel_patches/69_hide_stuff.patch ./
# patch -p1 -F 3 < 69_hide_stuff.patch

- name: Add SUSFS Configuration Settings
run: |
Expand Down

0 comments on commit 9ee4409

Please sign in to comment.