google-sargo: allow flashing to vbmeta (MR 4412)

Flashing to vbmeta may be necessary for devices running Android 9
bootloaders.
This commit is contained in:
Richard Acayan 2023-08-08 21:47:06 -04:00 committed by Stefan Hansson
parent 9234b17dc9
commit 2470b6b18f
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 6 additions and 3 deletions

View file

@ -2,8 +2,8 @@
# Maintainer: Richard Acayan <mailingradian@gmail.com>
pkgname=device-google-sargo
pkgdesc="Google Pixel 3a"
pkgver=0.5
pkgrel=1
pkgver=0.6
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -44,6 +44,6 @@ nonfree_firmware() {
sha512sums="
016d398155f2344417f5e5649a361719ba6e53e593c501b5df39114cdd284302b9bf8686a39817aee0c08fec95b3ab613c181d6cc9596299aaf7fd05dbe0c3dd 90-feedbackd-drv2624.rules
278861ee21b41628aa4c1abafa4b77bf3501fa0f520d247b5feff9084e9bf77b768a66ee67e5fcb43085fd6f4c91ad97362ae0139618c34e1cb27dd7fa2a706b deviceinfo
8af19da4e4a4a59c49263722065229fae849c3273af313300b7ea1b8fe008c6e55cfd060b91909306dd600134e2494f740adda245707dbcff84b1ab2f37dbde7 deviceinfo
1eb5f138619f499fab31ea64f63ee9f8984f195528708ec6a01ddc533c74cfb71d1442b97905ae15db24b8faac259fa3e89db357ca9c747ce3ee598c2d681639 modules-initfs
"

View file

@ -32,6 +32,9 @@ deviceinfo_flash_offset_second="0x00000000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_sparse="true"
# Reported to be necessary to boot sometimes on Android 9 bootloaders
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
# Google Inc. Nexus/Pixel Device (tether)
deviceinfo_usb_idVendor="0x18d1"
deviceinfo_usb_idProduct="0x4ee3"