Only runs fastbootd test for VSR-12+ devices

Commits I57ccf2bec1dda573fe3ac628a646624b76f45905 now
reports "fastbootd" for the `fastboot devices` command,
in the fastbootd mode, as opposed to "fastboot" in the
fastboot bootloader mode.

Android 12 VTS now expects "fastbootd" for
testInfo.getDevice().rebootIntoFastbootd(), and will
throw DEVICE_UNAVAILABLE exception if the device
still reports "fastboot". This causes problems for
VSR-11 devices.

Only requires VSR-12+ devices to run fastbootd tests
to fix the issue.

Bug: 214331533
Bug: 215040011
Bug: 216050642
Test: vts-tradefed run commandAndExit vts --primary-abi-only --module FastbootVerifyUserspaceTest
Test: vts-tradefed run commandAndExit vts --primary-abi-only --module FastbootGetvarUserspaceTest
Change-Id: Ie26c4429af41de200c0baaf70aca67d9c8aaaf17
Merged-In: Ie26c4429af41de200c0baaf70aca67d9c8aaaf17
(cherry picked from commit b91c376c368078edf91953b7d28d355aa8764135)
2 files changed