LeOS-GSI/LeOS/a64S.sh

28 lines
553 B
Bash
Raw Normal View History

2023-12-11 11:10:41 +01:00
START=`date +%s`
export RELAX_USES_LIBRARY_CHECK=true
export USE_CCACHE=1
export CCACHE_SIZE=100G
echo "ready to build"
cp updateS.sh prebuilts/prebuiltapks/foss_nano
cd prebuilts/prebuiltapks/foss_nano
bash updateS.sh
cd ../../..
source build/envsetup.sh
export WITHOUT_CHECK_API=true
export WITH_SU=true
lunch lineage_a64_bvS-userdebug
make installclean
make -j4 systemimage
make vndk-test-sepolicy
############# sas-creator call ##############
cd sas-creator/
sudo bash lite-adapterSa64.sh 32 system.img
######################################