android_ofox_motorola_genevn/README.md

30 lines
692 B
Markdown
Raw Normal View History

2024-01-23 18:44:41 -05:00
Extract kernel.gz to same folder
check that maintainer image placement is correct
(if not maintainer in settings will display "no image")
2024-01-23 09:55:55 -05:00
# Building
2024-01-23 18:44:41 -05:00
setup build environment for orangefox 12.1
add device trees
2024-01-23 09:55:55 -05:00
```bash
mkdir ~/OrangeFox_sync
cd ~/OrangeFox_sync
git clone https://gitlab.com/OrangeFox/sync.git # (or, using ssh, "git clone git@gitlab.com:OrangeFox/sync.git")
cd ~/OrangeFox_sync/sync/
./orangefox_sync.sh --branch 12.1 --path ~/fox_12.1
## Add device tree by git clone or download directly
## then build!
cd ~/fox_12.1
2024-01-23 10:19:56 -05:00
. build/envsetup.sh
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
2024-01-23 09:55:55 -05:00
```
2024-01-23 10:19:56 -05:00
Profit!!!!
2024-01-23 09:55:55 -05:00
2024-01-23 10:19:56 -05:00
let me know if anything is awry and i will get to it.