Closed geaden closed 5 years ago
Support Bazel 1.0.0 by adding ApkInfo provider. Also updated emulator path according to https://stackoverflow.com/a/43093003/981937.
ApkInfo
emulator
Checked manually by running
bazel test //examples/BasicSample:BasicSampleComposerTest_pixel_28 --experimental_google_legacy_api
on macOS.
Resolves #5
Thank you!
Support Bazel 1.0.0 by adding
ApkInfo
provider. Also updatedemulator
path according to https://stackoverflow.com/a/43093003/981937.Checked manually by running
on macOS.
Resolves #5