forked from ubports/android
-
Notifications
You must be signed in to change notification settings - Fork 72
H11: Fix new location for biometryd #79
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
Open
Flohack74
wants to merge
21
commits into
halium-11.0
Choose a base branch
from
Flohack74-patch-1
base: halium-11.0
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 all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
26c1696
(halium) initial Halium manifest
NotKit 5ab3574
(halium) Include halium-devices into manifest
NotKit 2a3ac0b
(halium) manifest: include snippets/halium.xml
NotKit fbd9e2b
(halium) Add ubports/platform-api into manifest
NotKit 38114df
(Halium) Add halium/stub_netd into the manifest (#60)
2bcad54
snippets: halium: sync manifest to vendor/halium/manifest (#62)
amartinz ee74a8a
snippets: halium: add biometryd into the manifest
NotKit 02a4e7f
(halium) Add Halium/audioflingerglue into manifest
NotKit df4c71c
halium: adjust readme for halium-10.0 (#65)
amartinz b5bab3e
halium: update branches for halium-11.0
NotKit 114e3ed
halium: use droidmedia from sailfishos/droidmedia
NotKit 647d02d
halium: use halium-11.0 branch for stub_netd
NotKit 3b0bd10
halium: import back selinux_stubs from mer-hybris
NotKit 2daadbc
snippets: halium: add vendor/halium/hardware into manifest
NotKit 742ff1c
snippets: ubports: track bootable/recovery and external/gpg (#64)
amartinz 2971f82
halium: track lineage's external/aac for ASB 2022-06
amartinz 6655050
Merge pull request #73 from amartinz/halium-11.0
Flohack74 f9fab3e
snippets: halium: pin droidmedia to a working revision
amartinz 1748ed3
Merge pull request #74 from amartinz/pin-droidmedia/halium-11.0
Flohack74 327a749
Pin droidmedia to 0.20211101.0 (#77)
piggz 7e4de48
H11: Fix new location for biometryd
Flohack74 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 hidden or 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 |
---|---|---|
@@ -1,36 +1,18 @@ | ||
LineageOS | ||
Halium | ||
=========== | ||
|
||
Getting started | ||
--------------- | ||
|
||
To get started with Android/LineageOS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop). | ||
To get started with Halium, you'll need to get | ||
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). | ||
|
||
To initialize your local repository using the LineageOS trees, use a command like this: | ||
To initialize your local repository using the Halium trees, use a command like this: | ||
``` | ||
repo init -u https://github.com/LineageOS/android.git -b lineage-18.1 | ||
repo init -u https://github.com/Halium/android.git -b halium-11.0 --depth=1 | ||
``` | ||
Then to sync up: | ||
``` | ||
repo sync | ||
``` | ||
Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. | ||
|
||
|
||
Submitting patches | ||
------------------ | ||
Patches are always welcome! Please submit your patches via LineageOS Gerrit! | ||
|
||
Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). | ||
|
||
To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/). | ||
|
||
|
||
Buildbot | ||
-------- | ||
|
||
All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. | ||
|
||
You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos). | ||
|
||
Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). | ||
Please see the [Halium Documentation](http://docs.halium.org/) for building instructions, by device. |
This file contains hidden or 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 hidden or 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,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest> | ||
<remote name="gitlab" | ||
fetch="https://gitlab.com" /> | ||
|
||
<!-- Halium additions --> | ||
<project path="hybris-patches" name="Halium/hybris-patches" revision="halium-11.0" /> | ||
<project path="vendor/halium/config" name="Halium/android_vendor_halium_config" revision="halium-11.0" /> | ||
<project path="vendor/halium/devices" name="Halium/halium-devices" revision="halium-11.0"> | ||
<linkfile src="." dest="halium/devices" /> | ||
</project> | ||
<project path="vendor/halium/audioflingerglue" name="Halium/audioflingerglue" revision="master" /> | ||
<project path="vendor/halium/biometryd" name="ubports/development/core/biometryd" revision="ubports/xenial_-_android9" remote="gitlab" /> | ||
<project path="vendor/halium/droidmedia" name="sailfishos/droidmedia" revision="refs/tags/0.20211101.0" /> | ||
<project path="vendor/halium/hardware" name="Halium/android_vendor_halium_hardware" revision="halium-10.0" /> | ||
<project path="vendor/halium/libhybris" name="Halium/libhybris" revision="halium-11.0" /> | ||
<project path="vendor/halium/manifest" name="Halium/android" revision="halium-11.0" /> | ||
<project path="vendor/halium/platform-api" name="ubports/platform-api" revision="xenial_-_android9" /> | ||
<project path="vendor/halium/selinux_stubs" name="mer-hybris/android_external_selinux_stubs" revision="master" /> | ||
<project path="vendor/halium/stub_netd" name="Halium/stub_netd" revision="halium-11.0" /> | ||
</manifest> |
This file contains hidden or 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> |
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.
Now the branch should be
main
for 20.04 and similar changes should also be reflected inplatform-api
repo below.#80 probably should also be updated along with Halium 9 and 12 getting PRs (should I submit those?) to do similar changes and hopefully merge all around the same time as they'll likely need manual intervention to fix
repo sync
after URL/branch change.