What is the boot partition name for the Pixel 3a?
-
What is the name of the boot partition for a Pixel 3a? I would like to do some work on my phone that requires the codename (sargo) and the boot name.
The command that I would like to enter into the terminal is below:
export CODENAME="turbo" && export PARTITIONNAME="bootimg"
where "turbo" will be replaced by "sargo" (for Pixel 3a) and "bootimg" will be replaced by the name of my Pixel 3a boot partition name.
I just need to be sure I get the boot partition name correct. Thanks.