Skip to content

Instantly share code, notes, and snippets.

@thrdchld
Forked from Megh-Rana/meme1.sh
Last active January 17, 2025 05:02
Show Gist options
  • Select an option

  • Save thrdchld/37c571b034613e717bfe34366fbeb050 to your computer and use it in GitHub Desktop.

Select an option

Save thrdchld/37c571b034613e717bfe34366fbeb050 to your computer and use it in GitHub Desktop.
X01BD Build Script
# Build Script for X01BD
# Remove local_manifests directory
rm -rf .repo/local_manifests
# Clone the manifest repository
git clone https://github.com/thrdchld/local_manifest --depth 1 -b los .repo/local_manifests
# Force sync the repository
repo sync --force-sync -c -j $(nproc)
# Set up the build environment
source build/envsetup.sh
# Lunch for X01BD device
lunch lineage_X01BD-ap1a-userdebug
# Build for X01BD device
mka bacon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment