From 60ad21aa2b77d13d9421fdbb50c6d0b706620d91 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 10 Feb 2025 18:19:07 +0530 Subject: [PATCH 1/4] manifest: Initialize /e/ manifest --- README.mkdn | 24 +++++++++--------------- default.xml | 11 ++++++++++- snippets/eos.xml | 8 ++++++++ 3 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 snippets/eos.xml diff --git a/README.mkdn b/README.mkdn index 52270543..33241a3f 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,36 +1,30 @@ -LineageOS +/e/OS =========== 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 /e/OS, you'll need to get familiar with [Source Control Tools](https://source.android.com/setup/develop). -To initialize your local repository using the LineageOS trees, use a command like this: +To initialize your local repository using the /e/OS trees, use a command like this: ``` -repo init -u https://github.com/LineageOS/android.git -b lineage-22.1 --git-lfs +repo init -u https://gitlab.e.foundation/e/os/android.git -b a15 --git-lfs ``` Then to sync up: ``` repo sync ``` -Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. +Please see the [/e/ documentation](https://doc.e.foundation/how-tos/#build-e-for-a-device) for building instructions, by device. Submitting patches ------------------ -Patches are always welcome! Please submit your patches via LineageOS Gerrit! +Patches are always welcome! Please submit your patches by opening a Merge Request on the project repository you want to contribute! -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 +Continuous Integration -------- -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). +All supported devices are built as new versions are committed to ensuring that the source trees remain buildable. -Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/). +Builds produced can be downloaded from the [official website](https://doc.e.foundation/devices/). diff --git a/default.xml b/default.xml index f188595f..6c692e6f 100644 --- a/default.xml +++ b/default.xml @@ -2,7 +2,7 @@ + + + + + diff --git a/snippets/eos.xml b/snippets/eos.xml new file mode 100644 index 00000000..933e4338 --- /dev/null +++ b/snippets/eos.xml @@ -0,0 +1,8 @@ + + + + + + + + -- GitLab From c0873ab69a650d4c00607a36d5bce770ea3db719 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 10 Feb 2025 18:21:28 +0530 Subject: [PATCH 2/4] android: Track our forks --- snippets/eos.xml | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index 933e4338..abbd91f7 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -2,7 +2,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From e60077e8c60d2140c8ca81b7311580dbb6d74e4b Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 13 Feb 2025 19:11:18 +0530 Subject: [PATCH 3/4] Add our fork of android_build_soong --- snippets/eos.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index abbd91f7..b37423c6 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -3,6 +3,7 @@ + @@ -48,6 +49,10 @@ + + + + -- GitLab From b1a79eb39800effe2ca52ecd21c3b3a8c15f66fb Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 19 Feb 2025 14:36:29 +0530 Subject: [PATCH 4/4] Add our fork of android_bootable_deprecated-ota --- snippets/eos.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index b37423c6..60eaeaf2 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -5,6 +5,7 @@ + @@ -54,6 +55,7 @@ + -- GitLab