Last active
May 19, 2024 08:30
-
-
Save tedomi2705/28b89643748354d199a90d7fdf33770c to your computer and use it in GitHub Desktop.
evo
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 | |
export EVO_BUILD_TYPE=Official | |
export BUILD_USERNAME=tedomi2705 | |
export BUILD_HOSTNAME=codespace | |
export USE_CCACHE=1 | |
rm -rf .repo/local_manifests | |
git clone https://github.com/tedomi2705/local_manifest .repo/local_manifests -b xyz | |
repo init -u https://github.com/Evolution-XYZ/manifest -b udc --git-lfs --depth=1 && /opt/crave/resync.sh | |
if [ $? -ne 0 ]; then | |
echo "Error: repo sync failed" | |
exit 1 | |
fi | |
wget -O dt.tgz https://drive.tedomi.me/api/raw/?path=/evo/dt.tgz | |
tar xzf dt.tgz | |
#git -C device/qcom/sepolicy-legacy-um fetch https://github.com/tedomi2705/device_qcom_sepolicy-legacy-um && git -C device/qcom/sepolicy-legacy-um checkout FETCH_HEAD | |
#git -C vendor/evolution fetch --unshallow && git -C vendor/evolution revert 0f9d39f --no-edit | |
source build/envsetup.sh | |
lunch lineage_tulip-userdebug | |
m installclean | |
m evolution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment