cb39f95ff0
This ensures that the `ANDROID_SERIAL` environment variable is exported when `ADB_SERIAL` is set. This is crucial because Android Gradle Plugin's `android.injected.device.serial` property can silently fall back to selecting all attached devices if the serial doesn't match exactly. Exporting `ANDROID_SERIAL` provides a deeper level of filtering for spawned `adb` binaries, maintaining the intended device selection.