Skip to content

Commit 742ff1c

Browse files
amartinzNotKit
authored andcommitted
snippets: ubports: track bootable/recovery and external/gpg (#64)
Use the ubports recovery instead of the straight lineage-17.1 fork and add external/gpg to get a static gpg binary, which is used by the recovery to verify system updates. Change-Id: I845a2f91d75581eeb55d4e956ee6ebf6873ac5ab Signed-off-by: Alexander Martinz <[email protected]>
1 parent 2daadbc commit 742ff1c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

default.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
</project>
3737
<project path="art" name="LineageOS/android_art" groups="pdk" />
3838
<project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
39+
<!--
3940
<project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
41+
-->
4042
<project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" remote="aosp" />
4143
<project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
4244
<project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
@@ -776,6 +778,7 @@
776778

777779
<include name="snippets/lineage.xml" />
778780
<include name="snippets/halium.xml" />
781+
<include name="snippets/ubports.xml" />
779782

780783
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
781784
</manifest>

snippets/ubports.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<manifest>
3+
<project path="bootable/recovery" name="ubports/halium_bootable_recovery" revision="halium-11.0" />
4+
<project path="external/gpg" name="ubports/android_external_gpg" revision="halium-10.0" />
5+
</manifest>

0 commit comments

Comments
 (0)