This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Allow for use with multiple ROMs #1
Open
electrikjesus
wants to merge
14
commits into
waydroid:lineage-17.1
Choose a base branch
from
electrikjesus:q-generic
base: lineage-17.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
dcdfacf
Allow for use with multiple ROMs
electrikjesus 5d910fb
Remove unneeded patches from Bliss patchset
electrikjesus 4f140c2
Add manifest generation
electrikjesus 7c53eca
Add readme here
electrikjesus 4123e63
Remove whitespace
electrikjesus 13b6a08
Remove vendor/anbox/* from manifest
electrikjesus c7a4207
sdk: Add waydroid service
erfanoabdi 2a07cef
fw/base: synchronize clipboard with host
erfanoabdi be5c96b
fw/base: New window management based on task id
erfanoabdi 2c36e65
Merge remote-tracking branch 'erfanoabdi/lineage-17.1' into q-generic
electrikjesus 9b9e489
Update anbox patchset
electrikjesus f8a34f1
Add the remaining boringdroid patches for freeform windows
electrikjesus 068dc85
Add vendor-addons manifest
electrikjesus c8a10f1
Minimize added boringdroid patches for compatibility
electrikjesus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest> | ||
|
||
<!-- boringdroid --> | ||
<project path="vendor/boringdroid" name="boringdroid/vendor_boringdroid" remote="ghub" revision="refs/heads/boringdroid-10.0.0" /> | ||
<project path="vendor/prebuilts/bdapps" name="boringdroid/vendor_prebuilts_bdapps" remote="ghub" revision="refs/heads/boringdroid-10.0.0" /> | ||
|
||
<!-- Display --> | ||
<project path="vendor/foss" name="BlissRoms-x86/vendor/foss" remote="ghub" revision="refs/heads/foss-minimal" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "BlissRoms-x86/vendor/foss" -> "BlissRoms-x86/vendor_foss" |
||
|
||
</manifest> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Display -> FOSS