Status Update
Comments
ja...@gmail.com <ja...@gmail.com> #2
This is a good idea and definitely worth investigating.
I think there's something to be said about what scope these coroutines would run in, but it should be possible to pass it back from adapter internally.
Description
Android version: 13
VTS tool version: 13_r1
Issue description:
My device is Android 13 launch device(with AOSP r24 tag), based on x86_64 architecture. My device doesn't have adb over usb support, so i am running vts through adb over ethernet.
Is it possible to enable adb over tcp support in fastbootd mode?
As per my understanding FastbootGetvarUserspaceTest & FastbootVerifyUserspaceTest vts modules requires fastbootd support in order to pass. Is adb over tcp(in fastbootd mode) is enough to make these modules pass or adb over usb(in fastbootd mode) is manditory?