build_script/build.sh

10 lines
222 B
Bash
Raw Normal View History

2022-06-13 06:58:57 +00:00
cd /android
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