twrp-6.0: add repos for nano
Change-Id: I685f3d3bd3ac4adf6cad26bd8bffb5985fbcc877
This commit is contained in:
parent
7d87a759d6
commit
bbb4b93115
2 changed files with 23 additions and 5 deletions
19
twrp-extras.xml
Normal file
19
twrp-extras.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<remote name="TeamWin"
|
||||
fetch="https://github.com/TeamWin"
|
||||
review="https://gerrit.twrp.me" />
|
||||
|
||||
<remote name="LineageOS"
|
||||
fetch="https://github.com/LineageOS"
|
||||
review="https://review.lineageos.org" />
|
||||
|
||||
<!-- TWRP lives in TeamWin android-9.0 -->
|
||||
<project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-9.0"/>
|
||||
|
||||
<!-- Include external LineageOS repos for nano -->
|
||||
<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…
Reference in a new issue