fork from sosthenis
Added TARGET_USES_64_BIT_BINDER := true in architecture which is necessary for Fox to build. If any errors form before the makefiles are analyzed the system will automatically download teamwin's version of genevn device tree. Which is not correct for moto g stylus 5g 2023 xt2315-1 |
||
---|---|---|
bootctrl | ||
gpt-utils | ||
prebuilt | ||
recovery/root | ||
security | ||
Android.bp | ||
Android.mk | ||
AndroidProducts.mk | ||
BoardConfig.mk | ||
device.mk | ||
ofox_genevn.mk | ||
README.md | ||
system.prop | ||
vendorsetup.sh |
Check that maintainer avatar placement is correct (if not maintainer avatar in settings will display "no image")
Building
setup build environment for orangefox 12.1 add device trees
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 download directly.. TEAMWIN xml stays constant for some reason
## then build!
cd ~/fox_12.1
. 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.