fox_6.0: twrp --> fox
This commit is contained in:
parent
0d7c331c63
commit
5536d2063f
2 changed files with 7 additions and 7 deletions
20
fox.xml
Normal file
20
fox.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<remote name="fox"
|
||||
fetch="https://gitlab.com/OrangeFox" />
|
||||
|
||||
<remote name="LineageOS"
|
||||
fetch="https://github.com/LineageOS"
|
||||
review="https://review.lineageos.org" />
|
||||
|
||||
<!-- 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" />
|
||||
|
||||
<!-- Include external LineageOS repos for bash & nano -->
|
||||
<project name="android_external_bash" path="external/bash" remote="LineageOS" revision="cm-13.0" />
|
||||
<project name="android_external_nano" path="external/nano" remote="LineageOS" revision="cm-13.0" />
|
||||
<project name="android_external_libncurses" path="external/libncurses" remote="LineageOS" revision="cm-13.0" />
|
||||
<project name="android_external_openssh" path="external/openssh" remote="LineageOS" revision="cm-13.0" />
|
||||
</manifest>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue