Skip to content

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
wants to merge 21 commits into
base: halium-11.0
Choose a base branch
from
Open
Show file tree
Hide file tree
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 Dec 24, 2020
5ab3574
(halium) Include halium-devices into manifest
NotKit Jan 6, 2021
2a3ac0b
(halium) manifest: include snippets/halium.xml
NotKit Jan 6, 2021
fbd9e2b
(halium) Add ubports/platform-api into manifest
NotKit Mar 28, 2021
38114df
(Halium) Add halium/stub_netd into the manifest (#60)
Jun 26, 2021
2bcad54
snippets: halium: sync manifest to vendor/halium/manifest (#62)
amartinz Aug 9, 2021
ee74a8a
snippets: halium: add biometryd into the manifest
NotKit Aug 11, 2021
02a4e7f
(halium) Add Halium/audioflingerglue into manifest
NotKit Aug 12, 2021
df4c71c
halium: adjust readme for halium-10.0 (#65)
amartinz Sep 13, 2021
b5bab3e
halium: update branches for halium-11.0
NotKit Sep 28, 2021
114e3ed
halium: use droidmedia from sailfishos/droidmedia
NotKit Oct 23, 2021
647d02d
halium: use halium-11.0 branch for stub_netd
NotKit Nov 14, 2021
3b0bd10
halium: import back selinux_stubs from mer-hybris
NotKit Dec 28, 2021
2daadbc
snippets: halium: add vendor/halium/hardware into manifest
NotKit Sep 13, 2021
742ff1c
snippets: ubports: track bootable/recovery and external/gpg (#64)
amartinz Aug 16, 2021
2971f82
halium: track lineage's external/aac for ASB 2022-06
amartinz Jul 1, 2022
6655050
Merge pull request #73 from amartinz/halium-11.0
Flohack74 Jul 5, 2022
f9fab3e
snippets: halium: pin droidmedia to a working revision
amartinz Jul 20, 2022
1748ed3
Merge pull request #74 from amartinz/pin-droidmedia/halium-11.0
Flohack74 Jul 20, 2022
327a749
Pin droidmedia to 0.20211101.0 (#77)
piggz Oct 5, 2022
7e4de48
H11: Fix new location for biometryd
Flohack74 Mar 26, 2023
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
30 changes: 6 additions & 24 deletions README.mkdn
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.
6 changes: 5 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
</project>
<project path="art" name="LineageOS/android_art" groups="pdk" />
<project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
<!--
<project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
-->
<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" />
<project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Expand Down Expand Up @@ -65,7 +67,7 @@
<project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device,pdk" clone-depth="1" remote="aosp" />
<project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
<project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
<project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
<project path="external/aac" name="LineageOS/android_external_aac" groups="pdk" />
<project path="external/adeb" name="platform/external/adeb" groups="pdk" remote="aosp" />
<project path="external/adhd" name="platform/external/adhd" groups="pdk" remote="aosp" />
<project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault,pdk-fs" remote="aosp" />
Expand Down Expand Up @@ -775,6 +777,8 @@
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />

<include name="snippets/lineage.xml" />
<include name="snippets/halium.xml" />
<include name="snippets/ubports.xml" />

<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>
21 changes: 21 additions & 0 deletions snippets/halium.xml
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" />

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 in platform-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.

<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>
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-11.0" />
<project path="external/gpg" name="ubports/android_external_gpg" revision="halium-10.0" />
</manifest>