build_script/build.sh

13 lines
275 B
Bash
Raw Normal View History

2022-06-13 07:06:34 +00:00
rom_fp="$(date +%y%m%d).sophie"
2022-06-13 06:58:57 +00:00
cd /android
2022-06-13 08:56:09 +00:00
. build/envsetup.sh
2022-06-13 06:58:57 +00:00
lunch treble_arm64_bgN-userdebug
RELAX_USES_LIBRARY_CHECK=true
BUILD_NUMBER=$rom_fp
make installclean
make -j 16 systemimage
make vndk-test-sepolicy
xz -c -T16 $OUT/system.img > /android/system-$rom_fp.img.xz