TWRP device tree for the Samsung M215F.
How-to compile
- Set up the build environment following instructions from here
- Clone the device tree in the root of TWRP source:
git clone https://github.com/naz664/recovery_samsung_m21.git device/samsung/m21 -b android-12.0
- To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_m21-eng && mka recoveryimage -j$(nproc --all)