Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 659 Bytes

TWRP device tree for Samsung Galaxy M21

Lisenced Under Apache License 2.0

How to build

  1. Set up the build environment following instructions from here (Fully compatible/tested)
  2. Clone the device tree in the root of twrp source:
git clone -b android-10.0 https://github.com/soulr344/android_device_samsung_m21nsxx.git device/samsung/m21nsxx
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch omni_m21nsxx-eng && mka recoveryimage -j$(nproc)