|
|
@@ -295,10 +295,10 @@ jobs:
|
|
|
mkdir bootimgs
|
|
|
|
|
|
echo "Creating bootimgs folder and copying images..."
|
|
|
- cp ./$CONFIG/out/${{ matrix.android_version }}-${{ matrix.kernel_version }}/dist/Image ./bootimgs
|
|
|
- cp ./$CONFIG/out/${{ matrix.android_version }}-${{ matrix.kernel_version }}/dist/Image.lz4 ./bootimgs
|
|
|
- cp ./$CONFIG/out/${{ matrix.android_version }}-${{ matrix.kernel_version }}/dist/Image ./
|
|
|
- cp ./$CONFIG/out/${{ matrix.android_version }}-${{ matrix.kernel_version }}/dist/Image.lz4 ./
|
|
|
+ cp ./$CONFIG/bazel-bin/common/kernel_aarch64/Image ./bootimgs
|
|
|
+ cp ./$CONFIG/bazel-bin/common/kernel_aarch64/Image.lz4 ./bootimgs
|
|
|
+ cp ./$CONFIG/bazel-bin/common/kernel_aarch64/Image ./
|
|
|
+ cp ./$CONFIG/bazel-bin/common/kernel_aarch64/Image.lz4 ./
|
|
|
|
|
|
# Create gzip of the Image file
|
|
|
gzip -n -k -f -9 ./Image > ./Image.gz
|