From 32ca58c4f6ec4fb2e7b765f414fbbe45eddc6d61 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 24 Dec 2020 02:38:20 +0200 Subject: [PATCH 01/15] (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 07719f751976e59955e74b830b722f5a8fc69673 Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 21:45:33 +0200 Subject: [PATCH 02/15] (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 065ac63bc7eda99a24106f3fa28fe7eea4785221 Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 22:40:38 +0200 Subject: [PATCH 03/15] (halium) manifest: include snippets/halium.xml --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index 27af42ab..15b2fe2d 100644 --- a/default.xml +++ b/default.xml @@ -778,6 +778,7 @@ + From 6f683853d3c177d326223a1ff389f8e74c4aa078 Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 28 Mar 2021 14:35:24 +0300 Subject: [PATCH 04/15] (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 316af5316811e4fb20b44133a80f8996034db061 Mon Sep 17 00:00:00 2001 From: Joel S Date: Sun, 27 Jun 2021 00:20:11 +0530 Subject: [PATCH 05/15] (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 02dd39a9e21fbb6f1024a2c071d86b810601f072 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 9 Aug 2021 19:49:05 +0200 Subject: [PATCH 06/15] 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 24bcfbb222f2e26d4ddfd171d6de8eb031af325b Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 12 Aug 2021 01:27:39 +0300 Subject: [PATCH 07/15] 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 48c0e3f27af3bf623fb1083266a528fcb2923025 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 12 Aug 2021 23:27:57 +0300 Subject: [PATCH 08/15] (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 c1314e85e9cd7d4cfc01d922ec042f84cde1bfc4 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 13 Sep 2021 21:09:27 +0200 Subject: [PATCH 09/15] 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 99a305e5..ca4aa93b 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 git://github.com/LineageOS/android.git -b lineage-18.1 +repo init -u git://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 38191f18143374da12978597f732f90e4bd0c9f7 Mon Sep 17 00:00:00 2001 From: TheKit Date: Tue, 28 Sep 2021 21:54:38 +0300 Subject: [PATCH 10/15] 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 ca4aa93b..b60153a2 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 git://github.com/Halium/android.git -b halium-10.0 --depth=1 +repo init -u git://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 ac8df901574c27ad95422995d41f4cddff46c370 Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 24 Oct 2021 02:16:52 +0300 Subject: [PATCH 11/15] 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 e17100951e3fe041824f9cd8ad00cbf44a21bb5b Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 14 Nov 2021 19:39:26 +0200 Subject: [PATCH 12/15] 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 bba6b481919b2b638350db8adec1144b7e7e728b Mon Sep 17 00:00:00 2001 From: TheKit Date: Tue, 28 Dec 2021 22:15:30 +0300 Subject: [PATCH 13/15] 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 d3223b3b712756fa4742ae9b76de8587bbff3b70 Mon Sep 17 00:00:00 2001 From: TheKit Date: Mon, 13 Sep 2021 22:08:11 +0300 Subject: [PATCH 14/15] 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 e312925c4b203614681dc6c1af76667396505596 Mon Sep 17 00:00:00 2001 From: Sergey Chupligin Date: Mon, 11 Apr 2022 11:17:16 +0300 Subject: [PATCH 15/15] Fixup readme. The unauthenticated git protocol on port 9418 is no longer supported in repo --- README.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkdn b/README.mkdn index b60153a2..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 git://github.com/Halium/android.git -b halium-11.0 --depth=1 +repo init -u https://github.com/Halium/android.git -b halium-11.0 --depth=1 ``` Then to sync up: ```