|
@@ -17,7 +17,7 @@ runs:
|
|
|
- name: Apply libbpf feature-detection fix (android12-5.10)
|
|
- name: Apply libbpf feature-detection fix (android12-5.10)
|
|
|
shell: bash
|
|
shell: bash
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
- if: ${{ inputs.version == 'android12-5.10' && (inputs.sublevel == 'X' || fromJSON(inputs.sublevel) > 43) }}
|
|
|
|
|
|
|
+ if: ${{ inputs.version == 'android12-5.10' }}
|
|
|
run: |
|
|
run: |
|
|
|
set -euo pipefail
|
|
set -euo pipefail
|
|
|
patch -p1 -N < ${{ github.action_path }}/patches/0001-libbpf-remove-feature-detection-BTF.patch
|
|
patch -p1 -N < ${{ github.action_path }}/patches/0001-libbpf-remove-feature-detection-BTF.patch
|