Initial changes for Android 14

Change-Id: Ie277d935a7be8d157208fc9107c27ee9e057229d
This commit is contained in:
Michael Bestas 2023-10-08 17:23:58 +03:00
parent 5d95233991
commit 1af23a8b84
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 206 additions and 102 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 https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs
```
Then to sync up:
```