/twrp_device_motorola_woods

TWRP tree for Motorola Moto E4 (MediaTek)

Primary LanguageMakefile

TWRP tree for Motorola Moto E⁴

Variant

MediaTek

SoC

MT6737m

procedure

  • sync [minimal or full, ... your choice !]
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1
 repo sync -j16
git clone https://github.com/iykequame/twrp_device_motorola_woods.git -b android-8.1 device/motorola/woods
  • compiling ...
. build/envsetup.sh
lunch omni_woods-eng
mka -j16 recoveryimage  "or"  make recoveryimage -j16
  • !Done