forked from ubports/android
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-11.0" /> | ||
<project path="external/gpg" name="ubports/android_external_gpg" revision="halium-10.0" /> | ||
</manifest> |