Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Popkov authored Aug 20, 2020
1 parent e4c8f52 commit 6a1fd9f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# device_xiaomi_cactus
# device_xiaomi_cactus
## How to build TWRP from official repo?
1) mkdir twrp && cd twrp
2) repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0
3) repo sync
4) git clone https://github.com/recovery-xiaomi-mt6765/device_xiaomi_cactus -b master device/xiaomi/cactus
5) export ALLOW_MISSING_DEPENDENCIES=true
6) . build/envsetup.sh
7) lunch omni_cactus-eng
8) mka recoveryimage
### Out file twrp/out/target/product/cactus/recovey.img

0 comments on commit 6a1fd9f

Please sign in to comment.