Change build number
This commit is contained in:
parent
e315e1b016
commit
3801e1449e
8
build.sh
8
build.sh
@ -1,4 +1,4 @@
|
|||||||
rom_fp="$(date +%y%m%d).sophie"
|
rom_fp="$(date +%Y%m%d).sophie"
|
||||||
|
|
||||||
cd /android
|
cd /android
|
||||||
. build/envsetup.sh
|
. build/envsetup.sh
|
||||||
@ -6,7 +6,7 @@ lunch treble_arm64_bgN-userdebug
|
|||||||
|
|
||||||
RELAX_USES_LIBRARY_CHECK=true
|
RELAX_USES_LIBRARY_CHECK=true
|
||||||
BUILD_NUMBER=$rom_fp
|
BUILD_NUMBER=$rom_fp
|
||||||
make installclean
|
m installclean
|
||||||
make -j 16 systemimage
|
m -j 16 systemimage
|
||||||
make vndk-test-sepolicy
|
m vndk-test-sepolicy
|
||||||
xz -c -T16 $OUT/system.img > /android/system-$rom_fp.img.xz
|
xz -c -T16 $OUT/system.img > /android/system-$rom_fp.img.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user