Skip to content

Instantly share code, notes, and snippets.

@xenxynon
Last active May 15, 2022 16:57
Show Gist options
  • Save xenxynon/a4732a155d4a16c3ca8ed85f255e65c3 to your computer and use it in GitHub Desktop.
Save xenxynon/a4732a155d4a16c3ca8ed85f255e65c3 to your computer and use it in GitHub Desktop.
# sync rom
repo init --depth=1 --no-repo-verify -u https://github.com/PixelExperience/manifest -b twelve -g default,-mips,-darwin,-notdefault
git clone https://github.com/XenStuff/manifest --depth=1 -b pe3 .repo/local_manifests
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8
# build rom
source build/envsetup.sh
lunch aosp_lavender-user
export TZ=Asia/Kolkata #put before last build command
mka bacon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment