|
@@ -522,7 +522,7 @@ jobs:
|
|
|
gzip -n -k -f -9 ./Image > ./bootimgs/Image.gz
|
|
gzip -n -k -f -9 ./Image > ./bootimgs/Image.gz
|
|
|
|
|
|
|
|
- name: Android 12 boot image build script
|
|
- name: Android 12 boot image build script
|
|
|
- if: ${{ inputs.android_version == 'android12' && matrix.build_type == 'normal' }}
|
|
|
|
|
|
|
+ if: ${{ inputs.android_version == 'android12' }}
|
|
|
run: |
|
|
run: |
|
|
|
echo "Changing to configuration directory: $CONFIG..."
|
|
echo "Changing to configuration directory: $CONFIG..."
|
|
|
cd bootimgs
|
|
cd bootimgs
|
|
@@ -575,7 +575,7 @@ jobs:
|
|
|
cp ./boot-lz4.img ../WKSU-$KSUVER-${{ inputs.android_version }}-${{ inputs.kernel_version }}.$SUBLEVEL_FOR_NAME-${{ inputs.os_patch_level }}-boot-lz4.img
|
|
cp ./boot-lz4.img ../WKSU-$KSUVER-${{ inputs.android_version }}-${{ inputs.kernel_version }}.$SUBLEVEL_FOR_NAME-${{ inputs.os_patch_level }}-boot-lz4.img
|
|
|
|
|
|
|
|
- name: Android 13/14/15 boot image build script
|
|
- name: Android 13/14/15 boot image build script
|
|
|
- if: ${{ (inputs.android_version == 'android13' || inputs.android_version == 'android14' || inputs.android_version == 'android15') && matrix.build_type == 'normal' }}
|
|
|
|
|
|
|
+ if: ${{ inputs.android_version == 'android13' || inputs.android_version == 'android14' || inputs.android_version == 'android15' }}
|
|
|
run: |
|
|
run: |
|
|
|
cd bootimgs
|
|
cd bootimgs
|
|
|
|
|
|