Created
May 3, 2025 12:47
-
-
Save Megh-Rana/7a74154d9761bcda5c22005e734d7a86 to your computer and use it in GitHub Desktop.
neo5.sh
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/Neo5-development/android_kernel_oppo_neo5.git kernel/oppo/neo5 -b cm-12.1 | |
| git clone https://github.com/Neo5-development/android_vendor_oppo_neo5.git vendor/oppo/neo5 -b cm-12.1 | |
| git clone https://github.com/Neo5-development/android_device_oppo_common.git device/oppo/common -b cm-12.1 | |
| git clone https://github.com/Neo5-development/android_device_oppo_neo5.git device/oppo/neo5 -b cm-12.1 | |
| git clone https://github.com/LineageOS/android_device_qcom_common device/qcom/common -b cm-12.1 | |
| source build/envsetup.sh | |
| lunch cm_neo5-eng | |
| mka bacon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment