|
|
@@ -459,11 +459,11 @@ jobs:
|
|
|
elif [[ "${{ inputs.android_version }}" == "android13" && "${{ inputs.kernel_version }}" == "5.15" ]]; then
|
|
|
sed -i 's/^\s*exit 1$/ echo "Who Cares? Bypassing Now!"/' build/kernel/abi/compare_to_symbol_list
|
|
|
elif [[ "${{ inputs.android_version }}" == "android14" && "${{ inputs.kernel_version }}" == "5.15" ]]; then
|
|
|
- sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\\\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
+ sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
elif [[ "${{ inputs.android_version }}" == "android14" && "${{ inputs.kernel_version }}" == "6.1" ]]; then
|
|
|
- sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\\\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
+ sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
elif [[ "${{ inputs.android_version }}" == "android15" && "${{ inputs.kernel_version }}" == "6.6" ]]; then
|
|
|
- sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\\\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
+ sed -i '/if missing_symbols:/,/return 1/ s/return 1$/ print("Who Cares? Bypassing Now!")\n return 0/' build/kernel/abi/check_buildtime_symbol_protection.py
|
|
|
fi
|
|
|
|
|
|
- name: Configure Build Optimization
|