Skip to content

Instantly share code, notes, and snippets.

@T-rex2017
Last active August 29, 2019 15:28
Show Gist options
  • Save T-rex2017/ecf5b9c912f9a3e74de326d14c03f1ca to your computer and use it in GitHub Desktop.
Save T-rex2017/ecf5b9c912f9a3e74de326d14c03f1ca to your computer and use it in GitHub Desktop.
los
git clone https://github.com/svoboda18/android_alps_kernel_p1m.git kernel/lenovo/p1m && git clone https://github.com/svoboda18/android_vendor_lenovo_p1m.git vendor/lenovo/p1m && git clone https://github.com/svoboda18/android_device_lenovo_p1m.git device/lenovo/p1m
export CCACHE_DIR=./.ccache && ccache -C && export USE_CCACHE=1 && export CCACHE_COMPRESS=1 && prebuilts/misc/linux-x86/ccache/ccache -M 50G
cd device/lenovo/p1m/patches && bash install.sh && cd ../../../../
source build/envsetup.sh && lunch lineage_p1m-userdebug && brunch lineage_p1m -j$(nproc --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment