Last active
October 21, 2024 13:36
-
-
Save Megh-Rana/cc04106834c601f9065c5f1ff0577aad to your computer and use it in GitHub Desktop.
flo.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
| #!/bin/bash | |
| rm -rf .repo/local_manifests | |
| repo init -u https://github.com/PE12-Legacy/manifest -b twelve-plus | |
| git clone https://github.com/Meghthedev/manifest_A37 -b temp .repo/local_manifests | |
| /opt/crave/resync.sh | |
| cp hardware/qcom-caf/msm8996/Android.mk hardware/qcom-caf/msm8960/Android.mk | |
| source build/envsetup.sh | |
| #TEMP FIX, PLS DONT KILL ME, JUST CHECKING SMTHNG | |
| export TARGET_FACE_UNLOCK_SUPPORTED=false | |
| export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true | |
| lunch aosp_flo-userdebug | |
| mka bacon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment