From 9ee4409a7c963c5c8c8afe4e21a7129596a82751 Mon Sep 17 00:00:00 2001 From: James McConnell Date: Mon, 24 Feb 2025 22:22:11 -0500 Subject: [PATCH] Update gki-kernel.yml Remove hide stuff patch for testing --- .github/workflows/gki-kernel.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index dde2f0093..b16870f7a 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -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: |