Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit d2c1942

Browse files
authored
Merge pull request #98 from yshalsager/patch-1
build-rom.sh: use xz compress for other ROMs
2 parents 0692d13 + 92b0793 commit d2c1942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-rom.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ buildVariant() {
8484
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp installclean
8585
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp -j$jobs systemimage
8686
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp vndk-test-sepolicy
87-
cp $OUT/system.img release/$rom_fp/system-${2}.img
87+
xz -c $OUT/system.img > release/$rom_fp/system-${2}.img.xz
8888
}
8989

9090
repo manifest -r > release/$rom_fp/manifest.xml

0 commit comments

Comments
 (0)