manifest: android-11.0.0_r43 -> android-12.0.0_r1

* Disable all of our repositories for now

Change-Id: I0f1623b738c11777b63519678f56b57374e6a0aa
This commit is contained in:
Michael Bestas 2021-10-05 16:18:45 +03:00
parent 021a2fbd55
commit 2fca12314e
No known key found for this signature in database
GPG key ID: CC95044519BE6669
3 changed files with 448 additions and 179 deletions

View file

@ -8,7 +8,7 @@ To get started with Android/LineageOS, you'll need to get familiar with [Source
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-18.1
repo init -u git://github.com/LineageOS/android.git -b lineage-19.0
```
Then to sync up:
```