fox_6.0: Use the Patched Build System for OrangeFox

This commit is contained in:
Sushrut1101 2021-08-05 16:28:15 +05:30
parent 5536d2063f
commit 2db3aad217
2 changed files with 8 additions and 4 deletions

View file

@ -20,10 +20,6 @@
sync-c="true"
sync-j="4" />
<project path="build" name="android_build" remote="omnirom" revision="android-6.0" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="android" name="android" remote="omnirom" revision="android-6.0" />
<!-- project path="abi/cpp" name="platform/abi/cpp" groups="pdk" /> -->
<!-- project path="art" name="android_art" remote="omnirom" revision="android-6.0" groups="pdk" /> -->

View file

@ -3,6 +3,9 @@
<remote name="fox"
fetch="https://gitlab.com/OrangeFox" />
<remote name="fox-unofficial"
fetch="https://github.com/OrangeFoxRecovery" />
<remote name="LineageOS"
fetch="https://github.com/LineageOS"
review="https://review.lineageos.org" />
@ -10,6 +13,11 @@
<!-- OrangeFox lives in fox fox_9.0 -->
<project path="bootable/recovery" name="bootable/Recovery" remote="fox" revision="fox_9.0" />
<project path="vendor/recovery" name="vendor/recovery" remote="fox" revision="master" />
<!-- Use the Patched Build System for OrangeFox -->
<project path="build" name="fox-6.0_build" remote="fox-unofficial" revision="fox_6.0" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<!-- Include external LineageOS repos for bash & nano -->
<project name="android_external_bash" path="external/bash" remote="LineageOS" revision="cm-13.0" />