Last active
August 29, 2019 15:28
-
-
Save T-rex2017/ecf5b9c912f9a3e74de326d14c03f1ca to your computer and use it in GitHub Desktop.
los
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
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