jin / rules_experimental_android

Experimental Bazel Android rules and tooling integration
6 stars 3 forks source link

Support Bazel-1.0.0 and latest emulator in composer rule #6

Closed geaden closed 5 years ago

geaden commented 5 years ago

Support Bazel 1.0.0 by adding ApkInfo provider. Also updated emulator path according to https://stackoverflow.com/a/43093003/981937.

Checked manually by running

bazel test //examples/BasicSample:BasicSampleComposerTest_pixel_28 --experimental_google_legacy_api

on macOS.

Resolves #5

jin commented 5 years ago

Thank you!