Skip to content

Instantly share code, notes, and snippets.

@Megh-Rana
Created June 25, 2025 15:52
Show Gist options
  • Select an option

  • Save Megh-Rana/8dd441c9b5f3821d86fed24a71b60399 to your computer and use it in GitHub Desktop.

Select an option

Save Megh-Rana/8dd441c9b5f3821d86fed24a71b60399 to your computer and use it in GitHub Desktop.
alps build script
#!/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