Skip to content

Commit

Permalink
Merge pull request #98 from yshalsager/patch-1
Browse files Browse the repository at this point in the history
build-rom.sh: use xz compress for other ROMs
  • Loading branch information
phhusson authored Jun 27, 2018
2 parents 0692d13 + 92b0793 commit d2c1942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ buildVariant() {
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp installclean
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp -j$jobs systemimage
make WITHOUT_CHECK_API=true BUILD_NUMBER=$rom_fp vndk-test-sepolicy
cp $OUT/system.img release/$rom_fp/system-${2}.img
xz -c $OUT/system.img > release/$rom_fp/system-${2}.img.xz
}

repo manifest -r > release/$rom_fp/manifest.xml
Expand Down

0 comments on commit d2c1942

Please sign in to comment.