diff --git a/config.sh b/config.sh index bd676c0a..815c60a0 100644 --- a/config.sh +++ b/config.sh @@ -2,16 +2,16 @@ # Device export FOX_BRANCH="fox_9.0" -export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0" +export DT_LINK="https://github.com/pjgowtham/recovery_device_xiaomi_vili -b fox_9.0" -export DEVICE="beryllium" +export DEVICE="vili" export OEM="xiaomi" # Build Target ## "recoveryimage" - for A-Only Devices without using Vendor Boot ## "bootimage" - for A/B devices without recovery partition (and without vendor boot) ## "vendorbootimage" - for devices Using vendor boot for the recovery ramdisk (Usually for devices shipped with Android 12 or higher) -export TARGET="recoveryimage" +export TARGET="bootimage" export OUTPUT="OrangeFox*.zip"