Chirayu Desai | 5924fec | 2022-01-13 18:09:26 +0200 | [diff] [blame] | 1 | # Pixel 4a (5G) |
| 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/bramble |
| 23 | device/google/bramble-sepolicy |
| 24 | ) |
| 25 | |
| 26 | # Updated manually |
| 27 | |
| 28 | readonly prev_build_id=SQ1A.220205.002 # Feb 2022 |
| 29 | readonly build_id=SP2A.220305.012 # Mar 2022 |
| 30 | |
| 31 | # Updated automatically via pixel/update-device-vars.sh |
| 32 | |
| 33 | readonly prev_aosp_tag="android-12.0.0_r28" |
| 34 | readonly aosp_tag="android-12.1.0_r1" |
| 35 | |
| 36 | readonly prev_build_number="8010174" |
| 37 | readonly build_number="8177914" |
| 38 | |
| 39 | readonly image_url="https://dl.google.com/dl/android/aosp/bramble-sp2a.220305.012-factory-0047127f.zip" |
| 40 | readonly image_sha256="0047127f8ac9ab93df5e06c6b52d1ef235ff64c2b44db9c32379e163ba3d5015" |
| 41 | |
| 42 | readonly flash_url="https://flash.android.com/build/8177914?target=bramble-user&signed" |
| 43 | |
| 44 | readonly ota_url="https://dl.google.com/dl/android/aosp/bramble-ota-sp2a.220305.012-1258fdf9.zip" |
| 45 | readonly ota_sha256="1258fdf9118fc4ccdebb9691a503950cecedcb7fc4ed1f070160f6ef81422b74" |
| 46 | |
| 47 | readonly security_patch="2022-03-05" |