From 412bf7870c943ed15a5b17c86040702ec49a21c7 Mon Sep 17 00:00:00 2001 From: TheKit Date: Thu, 24 Dec 2020 02:38:20 +0200 Subject: [PATCH 1/8] (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 08a4dd8bbb315ff2c5da36fe80a71741ec1f5760 Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 21:45:33 +0200 Subject: [PATCH 2/8] (halium) Include halium-devices into manifest --- snippets/halium.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/halium.xml b/snippets/halium.xml index 0400247a..ba0581d3 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -4,6 +4,9 @@ + + + From a1875b4309eaa57556e493376a50fa77599ce086 Mon Sep 17 00:00:00 2001 From: TheKit Date: Wed, 6 Jan 2021 22:40:38 +0200 Subject: [PATCH 3/8] (halium) manifest: include snippets/halium.xml --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index fd230943..51d43b9c 100644 --- a/default.xml +++ b/default.xml @@ -692,6 +692,7 @@ + From f46fb7ccae97c55d98dfac71fc627d089e7910bb Mon Sep 17 00:00:00 2001 From: TheKit Date: Fri, 5 Feb 2021 06:40:25 +0200 Subject: [PATCH 4/8] (halium) Exclude halium_arm64 generic device to avoid conflicts with halium-devices --- snippets/halium.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/halium.xml b/snippets/halium.xml index ba0581d3..43c8eb53 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -1,7 +1,6 @@ - From 83aea4f02116b937243eeb835f4c9fe722dc2fca Mon Sep 17 00:00:00 2001 From: TheKit Date: Sun, 28 Mar 2021 14:35:24 +0300 Subject: [PATCH 5/8] (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 3dcbfbb93a4cf03891fd4fccab91b5a1585e0e83 Mon Sep 17 00:00:00 2001 From: Joel S Date: Sun, 27 Jun 2021 00:20:11 +0530 Subject: [PATCH 6/8] (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 1dd8cef4cfc529bd2acd194ac3d511d9feafda8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Carneiro?= <40370995+rubencarneiro@users.noreply.github.com> Date: Mon, 2 Aug 2021 23:08:38 +0100 Subject: [PATCH 7/8] Update the repo properly should no be linked to original LOS 17.1 sources but halium-10.0 --- README.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkdn b/README.mkdn index 1edcb9dc..0522883e 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 LineageOS trees, use a command like this: ``` -repo init -u git://github.com/LineageOS/android.git -b lineage-17.1 +repo init -u git://github.com/LineageOS/android.git -b halium-10.0 --depth=1 ``` Then to sync up: ``` From 17c9b47816dd02526a0ca866b50714900f3c45c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Carneiro?= <40370995+rubencarneiro@users.noreply.github.com> Date: Mon, 2 Aug 2021 23:27:08 +0100 Subject: [PATCH 8/8] Update repo link fix type in update repo sync --- README.mkdn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkdn b/README.mkdn index 0522883e..8b08a068 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 LineageOS trees, use a command like this: ``` -repo init -u git://github.com/LineageOS/android.git -b halium-10.0 --depth=1 +repo init -u git://github.com/Halium/android.git -b halium-10.0 ``` Then to sync up: ```