Browse Source

fix(action): remove redundant conditional for SYSVIPC kABI patch application

TheWildJames 4 tháng trước cách đây
mục cha
commit
ea0ed80ca7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .github/actions/droidspaces/action.yml

+ 0 - 1
.github/actions/droidspaces/action.yml

@@ -49,7 +49,6 @@ runs:
         elif [ "${{ inputs.version }}" == "android13-5.15" ]; then
           cp ${{ github.workspace }}/Droidspaces-OSS/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch ./
           patch -p1 < 001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch
-        fi
         elif [ "${{ inputs.version }}" == "android12-5.10" ] || [ "${{ inputs.version }}" == "android13-5.10" ] || [ "${{ inputs.version }}" == "android13-5.15" ]; then
           cp ${{ github.workspace }}/Droidspaces-OSS/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch ./
           patch -p1 < 001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch