Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 8140ded2 authored by Michael Bestas's avatar Michael Bestas
Browse files

Initial manifest for Lineage 15.0

Change-Id: Id0999e626f27e8002c985b9ce99566589f7369c6
parent ad2d94d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ You can do this by using these commands:
    (From root android directory)
    . build/envsetup.sh
    (Go to repo you are patching, make your changes and commit)
    cmgerrit <for(new)/changes(patch set)> <branch/change-id>
    lineagegerrit <for(new)/changes(patch set)> <branch/change-id>

    repo start cm-14.1 .
    repo start lineage-15.0 .
    (Make your changes and commit)
    repo upload .

@@ -33,7 +33,7 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).

To initialize your local repository using the LineageOS trees, use a command like this:

    repo init -u git://github.com/LineageOS/android.git -b cm-14.1
    repo init -u git://github.com/LineageOS/android.git -b lineage-15.0

Then to sync up: