28 lines
551 B
Bash
28 lines
551 B
Bash
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_arm64_bvS-userdebug
|
|
|
|
make installclean
|
|
make -j4 systemimage
|
|
make vndk-test-sepolicy
|
|
|
|
############# sas-creator call ##############
|
|
cd sas-creator
|
|
sudo bash lite-adapterS.sh 64 system.img
|
|
######################################
|
|
|
|
|