Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup readme. The unauthenticated git protocol on port 9418 is no lon… #70

Open
wants to merge 15 commits into
base: halium-11.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 6 additions & 24 deletions README.mkdn
Original file line number Diff line number Diff line change
@@ -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 https://github.com/Halium/android.git -b halium-11.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.
1 change: 1 addition & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />

<include name="snippets/lineage.xml" />
<include name="snippets/halium.xml" />

<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>
21 changes: 21 additions & 0 deletions snippets/halium.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab"
fetch="https://gitlab.com" />

<!-- Halium additions -->
<project path="hybris-patches" name="Halium/hybris-patches" revision="halium-11.0" />
<project path="vendor/halium/config" name="Halium/android_vendor_halium_config" revision="halium-11.0" />
<project path="vendor/halium/devices" name="Halium/halium-devices" revision="halium-11.0">
<linkfile src="." dest="halium/devices" />
</project>
<project path="vendor/halium/audioflingerglue" name="Halium/audioflingerglue" revision="master" />
<project path="vendor/halium/biometryd" name="ubports/core/biometryd" revision="ubports/xenial_-_android9" remote="gitlab" />
<project path="vendor/halium/droidmedia" name="sailfishos/droidmedia" revision="master" />
<project path="vendor/halium/hardware" name="Halium/android_vendor_halium_hardware" revision="halium-10.0" />
<project path="vendor/halium/libhybris" name="Halium/libhybris" revision="halium-11.0" />
<project path="vendor/halium/manifest" name="Halium/android" revision="halium-11.0" />
<project path="vendor/halium/platform-api" name="ubports/platform-api" revision="xenial_-_android9" />
<project path="vendor/halium/selinux_stubs" name="mer-hybris/android_external_selinux_stubs" revision="master" />
<project path="vendor/halium/stub_netd" name="Halium/stub_netd" revision="halium-11.0" />
</manifest>