ola

ola


  

#!/bin/bashcd $HOME

cd ~/android/lineage*

repo sync --force-sync --no-clone-bundle --no-tags -j$(nproc --all)

cd ~/android/lineage*

time rm -rf out/target/product/lavender/lineage-1*.zip

echo "Done!"echo "Initializing build..."

source build/envsetup.sh

breakfast lavender

brunch lavender

Report Page