cb39f95ff0e1c5bbc4bc6c660e5c775c4b6af2b7
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.
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%