Created
June 25, 2025 15:52
-
-
Save Megh-Rana/8dd441c9b5f3821d86fed24a71b60399 to your computer and use it in GitHub Desktop.
alps 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
| #!/bin/bash | |
| repo init --depth=1 -u https://github.com/LineageOS-Revived/android.git -b lineage-17.1 --git-lfs | |
| repo sync --force-sync --current-branch --no-tags --no-clone-bundle --optimized-fetch --prune -j8 | |
| git clone https://github.com/LenovoA536Development/android_device_lenovo_alps device/lenovo/alps | |
| git clone https://github.com/LenovoA536Development/android_vendor_lenovo_alps vendor/lenovo/alps | |
| git clone https://github.com/LenovoA536Development/android_kernel_mediatek_alps kernel/mediatek/alps | |
| source build/envsetup.sh | |
| lunch lineage_alps-eng | |
| mka bacon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment