-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yaroslav Popkov
authored
Aug 20, 2020
1 parent
e4c8f52
commit 6a1fd9f
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |