diff --git a/config.sh b/config.sh index dc90c078..f252c452 100644 --- a/config.sh +++ b/config.sh @@ -2,14 +2,14 @@ # about the custom recovery export NAME="twrp" # supported: pbrp, shrp, twrp -export MANIFEST="https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git" # the link of manifest +export MANIFEST="https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0" # the link of manifest export BRANCH="twrp-9.0" # the branch of manifest # about your device -export DEVICE="m10lte" # codename used in device tree -export DT_LINK="https://github.com/youssefnone/android_recovery_samsung_m10lte" # device tree link +export DEVICE="l80s" # codename used in device tree +export DT_LINK="https://github.com/twrpdtgen/android_device_spc_L80_S/tree/L80_S-user-10-Q00711-1602229646-release-keys" # device tree link export DT_BRANCH="twrp" # device tree branch -export VENDOR="samsung" # device manufacturer or vendor +export VENDOR="spc" # device manufacturer or vendor export TARGET="recoveryimage" # build method: recoveryimage, bootimage, vendorboot export TYPE="omni" # recovery type: omni, twrp, something else