From 26c16964897445e5102399bbb5a75f92f1c87c45 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 24 Dec 2020 02:38:20 +0200 Subject: [PATCH 01/19] (halium) initial Halium manifest --- snippets/halium.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 snippets/halium.xml diff --git a/snippets/halium.xml b/snippets/halium.xml new file mode 100644 index 00000000..0400247a --- /dev/null +++ b/snippets/halium.xml @@ -0,0 +1,9 @@ + + + + + + + + + From 5ab3574f386a819e8645e5f27901a62ffb3eea3c Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 21:45:33 +0200 Subject: [PATCH 02/19] (halium) Include halium-devices into manifest --- snippets/halium.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index 0400247a..43c8eb53 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -1,9 +1,11 @@ - + + + From 2a3ac0b3f948392fbd8266c9a3670f3409951326 Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 22:40:38 +0200 Subject: [PATCH 03/19] (halium) manifest: include snippets/halium.xml --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index a765521a..d02c27d8 100644 --- a/default.xml +++ b/default.xml @@ -775,6 +775,7 @@ + From fbd9e2b91a3d78ef81c5ed491588b7d3f3645753 Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 28 Mar 2021 14:35:24 +0300 Subject: [PATCH 04/19] (halium) Add ubports/platform-api into manifest --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 43c8eb53..b4231fcb 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -8,4 +8,5 @@ + From 38114df6a3c880b299789916fe24d087a890f9b0 Mon Sep 17 00:00:00 2001 From: Joel S Date: Sun, 27 Jun 2021 00:20:11 +0530 Subject: [PATCH 05/19] (Halium) Add halium/stub_netd into the manifest (#60) --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index b4231fcb..560a3a79 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -9,4 +9,5 @@ + From 2bcad54831a613bd65e1e6fbdd90aedbdd5f75eb Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 9 Aug 2021 19:49:05 +0200 Subject: [PATCH 06/19] snippets: halium: sync manifest to vendor/halium/manifest (#62) This allows for easier modification of the manifest. Change-Id: I0c31884ace61561578c8dfbbb37c74db68c54358 Signed-off-by: Alexander Martinz --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 560a3a79..9fbd0c9c 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -8,6 +8,7 @@ + From ee74a8a309d3260686f0f9eed66982fb47d309b3 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 12 Aug 2021 01:27:39 +0300 Subject: [PATCH 07/19] snippets: halium: add biometryd into the manifest Change-Id: Iddf5885c75c7e8cd8de6dc5425380bb170e43a41 --- snippets/halium.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 9fbd0c9c..56c556f5 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -1,11 +1,15 @@ + + + From 02a4e7f03f6a722bdc7f8767359f16b27fc85584 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 12 Aug 2021 23:27:57 +0300 Subject: [PATCH 08/19] (halium) Add Halium/audioflingerglue into manifest Change-Id: Icb7af23d3f80c266760e356315f5b07296803e9f --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 56c556f5..c0f2146d 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -9,6 +9,7 @@ + From df4c71cac51e617ecfde651bebf77c2dae8a7371 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 13 Sep 2021 21:09:27 +0200 Subject: [PATCH 09/19] halium: adjust readme for halium-10.0 (#65) Change-Id: I78b9b7ff7cd5aabf9928f8451b70775f82dabbd7 Signed-off-by: Alexander Martinz --- README.mkdn | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/README.mkdn b/README.mkdn index 69709635..ce687622 100644 --- a/README.mkdn +++ b/README.mkdn @@ -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-10.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. From b5bab3eb78de57dafb7949fd43f17d0416440641 Mon Sep 17 00:00:00 2001 From: TheKit Date: Tue, 28 Sep 2021 21:54:38 +0300 Subject: [PATCH 10/19] halium: update branches for halium-11.0 --- README.mkdn | 2 +- snippets/halium.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.mkdn b/README.mkdn index ce687622..ed8d4c5a 100644 --- a/README.mkdn +++ b/README.mkdn @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the Halium trees, use a command like this: ``` -repo init -u https://github.com/Halium/android.git -b halium-10.0 --depth=1 +repo init -u https://github.com/Halium/android.git -b halium-11.0 --depth=1 ``` Then to sync up: ``` diff --git a/snippets/halium.xml b/snippets/halium.xml index c0f2146d..cbfbbf6d 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -4,16 +4,16 @@ fetch="https://gitlab.com" /> - - - + + + - - + + From 114e3ed265a07012f5740796e99a67e81f96389c Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 24 Oct 2021 02:16:52 +0300 Subject: [PATCH 11/19] halium: use droidmedia from sailfishos/droidmedia --- snippets/halium.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index cbfbbf6d..6312908b 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -11,7 +11,7 @@ - + From 647d02d7a07bc670c3969073b6ab8cf5780d29e6 Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 14 Nov 2021 19:39:26 +0200 Subject: [PATCH 12/19] halium: use halium-11.0 branch for stub_netd --- snippets/halium.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index 6312908b..3296308a 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -15,5 +15,5 @@ - + From 3b0bd10bef225ea65330b0c4098b33c3bb31592a Mon Sep 17 00:00:00 2001 From: TheKit Date: Tue, 28 Dec 2021 22:15:30 +0300 Subject: [PATCH 13/19] halium: import back selinux_stubs from mer-hybris To be used for vndkservicemanager in case that comes from stock vendor partition. --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 3296308a..7156d656 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -15,5 +15,6 @@ + From 2daadbc04e33549240e7787488731dad9479cba1 Mon Sep 17 00:00:00 2001 From: TheKit Date: Mon, 13 Sep 2021 22:08:11 +0300 Subject: [PATCH 14/19] snippets: halium: add vendor/halium/hardware into manifest --- snippets/halium.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 7156d656..779f1da3 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -12,6 +12,7 @@ + From 742ff1cb49af8a864598c64de0a8ace98ade99aa Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Tue, 17 Aug 2021 00:23:55 +0200 Subject: [PATCH 15/19] 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 --- default.xml | 3 +++ snippets/ubports.xml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 snippets/ubports.xml diff --git a/default.xml b/default.xml index d02c27d8..541efde7 100644 --- a/default.xml +++ b/default.xml @@ -36,7 +36,9 @@ + @@ -776,6 +778,7 @@ + diff --git a/snippets/ubports.xml b/snippets/ubports.xml new file mode 100644 index 00000000..a9608254 --- /dev/null +++ b/snippets/ubports.xml @@ -0,0 +1,5 @@ + + + + + From 2971f826acfa0e4a75852377ee3faccf31bfbf22 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Fri, 1 Jul 2022 14:02:24 +0200 Subject: [PATCH 16/19] halium: track lineage's external/aac for ASB 2022-06 Upstream 1dbd7dd15aa64a04879615b45233d44e08d6527f Change-Id: I5709abb407b5ff8a16d0ce64e697539e821e183f Signed-off-by: Alexander Martinz --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 541efde7..2dceb351 100644 --- a/default.xml +++ b/default.xml @@ -67,7 +67,7 @@ - + From f9fab3eabee7f4a5a69f165397a862f89cfab504 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Wed, 20 Jul 2022 17:42:18 +0200 Subject: [PATCH 17/19] snippets: halium: pin droidmedia to a working revision Issue: HALXI-2 Change-Id: Ibfed89df08b373da42dda19a09cd45b82db8eb69 Signed-off-by: Alexander Martinz --- snippets/halium.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index 779f1da3..886c7237 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -11,7 +11,7 @@ - + From 327a749a59532bea1ae41146dcd2ccb637b3d413 Mon Sep 17 00:00:00 2001 From: Adam Pigg Date: Wed, 5 Oct 2022 05:13:56 +0100 Subject: [PATCH 18/19] Pin droidmedia to 0.20211101.0 (#77) In SailfishOS, gst-droid is built against droidmedia-devel which is provided by the adaptation-common repository. In the current (4.4) release of Sailfish, droidmedia is expected to be 0.20211101.0. Because on Halium, droidmedia is provided by the halium rootfs, the version must match the version in the current release because changes in the headers used to build gst-droid may result in crashes if there is a mismatch. I would like to keep the version used in Halium in line with the current released SailfishOS version to minimise problems. I dont think there are currently any other users of droidmedia and gst-droid so this should have minimal impacts. --- snippets/halium.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index 886c7237..a5b7dfd7 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -11,7 +11,7 @@ - + From 7e4de48e7e7932cfbe3f7065387500e1a949203d Mon Sep 17 00:00:00 2001 From: Florian Leeber Date: Sun, 26 Mar 2023 21:41:43 +0200 Subject: [PATCH 19/19] H11: Fix new location for biometryd --- snippets/halium.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index a5b7dfd7..81002a9c 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -10,7 +10,7 @@ - +