Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinak0047 authored Dec 20, 2023
1 parent dac6162 commit 3847572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

# 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_aosp.git" # the link of manifest
export BRANCH="twrp-12.1" # the branch of manifest

# about your device
export DEVICE="RMX2170L1" # codename used in device tree
export DT_LINK="https://github.com/Pinak0047/android_device_realme_RMX2170L1.git" # device tree link
export DT_BRANCH="twrp" # device tree branch
export DT_LINK="https://github.com/Pinak0047/android_device_realme_RMX2170L1" # device tree link
export DT_BRANCH="RMX2170-user-12-SKQ1.210216.001-Q.202212131525-release-keys" # device tree branch
export VENDOR="realme" # device manufacturer or vendor
export TARGET="recoveryimage" # build method: recoveryimage, bootimage, vendorboot
export TYPE="omni" # recovery type: omni, twrp, something else
export TYPE="twrp" # recovery type: omni, twrp, something else

# you dont need to edit these
export SYM="_"

0 comments on commit 3847572

Please sign in to comment.