manifest: Sync x86_64 webview prebuilts again

Also, no need to shallow-clone the other arch prebuilts either.

git-lfs magic ^^

Change-Id: Ica014d199265b7c037087d25937271e5a6553a82
This commit is contained in:
Kevin F. Haggerty 2023-03-10 15:20:03 -07:00
parent d2c22f87aa
commit d49b6e33d9
No known key found for this signature in database
GPG key ID: 6D95512933112729
2 changed files with 5 additions and 9 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
repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs
```
Then to sync up:
```