Hello everyone,
yesterday I built aosp from the android15-qpr2-release branch for pixel 8a and put it on the phone.
to my confusion the version information in the "about phone" screen says "Baklava" which i thought to be 16 (actually lunch called the platform baklava, too - but i didn't notice then).
Yet at the same time if i ask version info via adb i get an Android 15 reponse:
akita:/ # getprop ro.build.version.release
15
akita:/ # getprop ro.build.version.sdk
35
Did I missinterpret the branch? Or is it an error, maybe from porting back code from 16? Or is Baklava acutally not even the name of 16, as that claim appears to be based on rumors according to what i read?
Thanks in advance for clearing up my confusion!