Initial manifest for Android 11

Change-Id: Icd6eeac35c2272947cbdff60c3ae7d76e4422b39
This commit is contained in:
Michael Bestas 2020-09-09 03:31:32 +03:00
parent cd746b0823
commit 54bb6d652d
3 changed files with 366 additions and 286 deletions

View file

@ -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 lineage-18.0
```
Then to sync up:
```