From 183ebd16780562a822334a9899d181fdff2730a6 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 9 Aug 2021 19:33:35 +0200 Subject: [PATCH 1/2] snippets: halium: sync manifest to halium/manifest 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..ffad5705 100644 --- a/snippets/halium.xml +++ b/snippets/halium.xml @@ -1,6 +1,7 @@ + From 214e8e528dcf037f7160f408401fc0f7543a9266 Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Mon, 9 Aug 2021 19:36:12 +0200 Subject: [PATCH 2/2] halium: adjust readme for halium-10.0 Change-Id: I78b9b7ff7cd5aabf9928f8451b70775f82dabbd7 Signed-off-by: Alexander Martinz --- README.mkdn | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/README.mkdn b/README.mkdn index 1edcb9dc..2f9c6e68 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,37 +1,17 @@ -LineageOS +Halium =========== Getting started --------------- -To get started with Android/LineageOS, you'll need to get +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-17.1 +repo init -u git://github.com/Halium/android.git -b halium-10.0 ``` 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/).