android_ofox_motorola_genevn/README.md
2024-01-23 17:44:41 -06:00

17 lines
347 B
Markdown

Extract kernel.gz to same folder
check for maintainer image placement is correct
(if no it will show "no image")
# Building
setup build environment for orangefox 12.1
add device trees
```bash
. build/envsetup.sh
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
```
Profit!!!!
let me know if anything is awry and i will get to it.