19 lines
422 B
Bash
19 lines
422 B
Bash
#!/bin/bash
|
|
bash init_neu.sh
|
|
export USE_CCACHE=1
|
|
export CCACHE_SIZE=100G
|
|
|
|
cp update.sh prebuilts/prebuiltapks/foss_nano
|
|
cd prebuilts/prebuiltapks/foss_nano
|
|
bash update.sh
|
|
cd ../../..
|
|
|
|
source build/envsetup.sh
|
|
export WITHOUT_CHECK_API=true
|
|
export WITH_SU=false
|
|
lunch lineage_arm64_bvN-userdebug
|
|
export RELAX_USES_LIBRARY_CHECK=true
|
|
export PRODUCT_BROKEN_VERIFY_USES_LIBRARIES=true
|
|
make -j8 systemimage generate_verity_key
|
|
|