Chirayu Desai | 5924fec | 2022-01-13 18:09:26 +0200 | [diff] [blame^] | 1 | # Pixel 5a |
| 2 | |
| 3 | # Usage: ${firmware_partitions[@]} |
| 4 | readonly firmware_partitions=( |
| 5 | abl |
| 6 | aop |
| 7 | devcfg |
| 8 | hyp |
| 9 | keymaster |
| 10 | qupfw |
| 11 | tz |
| 12 | uefisecapp |
| 13 | xbl |
| 14 | xbl_config |
| 15 | featenabler |
| 16 | modem |
| 17 | ) |
| 18 | |
| 19 | # Usage: ${device_repos[@]} |
| 20 | device_repos=( |
| 21 | # common repos in redfin |
| 22 | device/google/barbet |
| 23 | device/google/barbet-sepolicy |
| 24 | ) |
| 25 | |
| 26 | # Updated manually |
| 27 | |
| 28 | readonly prev_kernel_tag=android-12.0.0_r0.41 # Feb 2022 |
| 29 | readonly kernel_tag=android-12.1.0_r0.5 |
| 30 | |
| 31 | readonly prev_build_id=SQ1A.220205.002 # Feb 2022 |
| 32 | readonly build_id=SP2A.220305.012 # Mar 2022 |
| 33 | |
| 34 | # Updated automatically via pixel/update-device-vars.sh |
| 35 | |
| 36 | readonly prev_aosp_tag="android-12.0.0_r28" |
| 37 | readonly aosp_tag="android-12.1.0_r1" |
| 38 | |
| 39 | readonly prev_build_number="8010174" |
| 40 | readonly build_number="8177914" |
| 41 | |
| 42 | readonly image_url="https://dl.google.com/dl/android/aosp/barbet-sp2a.220305.012-factory-d7f7006b.zip" |
| 43 | readonly image_sha256="d7f7006b04c0d651a6567a406aa1a963cdbd556822fa2ac733b2a9c1c7fe4fcc" |
| 44 | |
| 45 | readonly flash_url="https://flash.android.com/build/8177914?target=barbet-user&signed" |
| 46 | |
| 47 | readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-sp2a.220305.012-4b196d2e.zip" |
| 48 | readonly ota_sha256="4b196d2e1530eed45f24346f7ecfcde0503ea82789cfc894437c8b8eb42c0338" |
| 49 | |
| 50 | readonly security_patch="2022-03-05" |