Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snippets: ubports: track bootable/recovery and external/gpg #84

Open
wants to merge 1 commit into
base: halium-12.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
</project>
<project path="art" name="platform/art" groups="pdk" remote="aosp" />
<project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
<!--
<project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
-->
<project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
<project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" remote="aosp" />
<project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Expand Down Expand Up @@ -1051,6 +1053,7 @@
<include name="snippets/lineage.xml" />
<include name="snippets/pixel.xml" />
<include name="snippets/halium.xml" />
<include name="snippets/ubports.xml" />

<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>
5 changes: 5 additions & 0 deletions snippets/ubports.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="bootable/recovery" name="ubports/halium_bootable_recovery" revision="halium-12.0" />
<project path="external/gpg" name="ubports/android_external_gpg" revision="halium-10.0" />
</manifest>