Check supported kernel version in V and 25Q2+

V requires 4.19+ and 25Q2+ requires 5.4+

(while 25Q4 will presumably further bump to 5.10+)

On aosp/main we currently have:
  ro.build.version.sdk=35
    - which is returned by android_get_device_api_level()
  ro.build.version.codename=Baklava
    - which is looked at by IsAtLeastPreReleaseCodename/GetCodename

This is because we're already past the aosp/main automerge into 25Q1 cutoff.

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I909d63406151fbafc15fa248133b9d1a5dc37bdb
1 file changed