Skip to content

Instantly share code, notes, and snippets.

@Megh-Rana
Last active October 21, 2024 13:36
Show Gist options
  • Select an option

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

Select an option

Save Megh-Rana/cc04106834c601f9065c5f1ff0577aad to your computer and use it in GitHub Desktop.
flo.sh
#!/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