-
-
Save thrdchld/37c571b034613e717bfe34366fbeb050 to your computer and use it in GitHub Desktop.
X01BD Build Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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