bundleSplits property
A list of .apk files generated by bundletool to install to the device under test as a single android app with adb install-multiple.
If specified, requires one or more bundle_splits. The first split specified represents the base APK, while subsequent splits represent feature apks.
Implementation
core.List<FileReference>? bundleSplits;