Skip to content

Commit

Permalink
Create unity twrp
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 committed Jul 21, 2018
1 parent 6690da1 commit ae9887e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions unity/twrp.md
@@ -0,0 +1,20 @@
# Build TWRP for unity devices

Add to `.repo/local_manifests/unity.xml`:

```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="OpenWatchProject/android_device_mediatek_unity" path="device/mediatek/unity" remote="github" revision="android-5.1" />
</manifest>
```

Then run `repo sync` to check it out.

To build:

```sh
. build/envsetup.sh
lunch omni_unity-eng
mka recoveryimage
```

0 comments on commit ae9887e

Please sign in to comment.