Change build number

This commit is contained in:
Damillora 2022-06-13 15:59:30 +07:00
parent e315e1b016
commit 3801e1449e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
rom_fp="$(date +%y%m%d).sophie"
rom_fp="$(date +%Y%m%d).sophie"
cd /android
. build/envsetup.sh
@ -6,7 +6,7 @@ lunch treble_arm64_bgN-userdebug
RELAX_USES_LIBRARY_CHECK=true
BUILD_NUMBER=$rom_fp
make installclean
make -j 16 systemimage
make vndk-test-sepolicy
m installclean
m -j 16 systemimage
m vndk-test-sepolicy
xz -c -T16 $OUT/system.img > /android/system-$rom_fp.img.xz