rules_android icon indicating copy to clipboard operation
rules_android copied to clipboard

Open source android_instrumentation_test in Starlark (Linux-only MVP)

Open jylinv0 opened this issue 2 years ago • 4 comments

Rewrite native android_instrumentation_test in starlark.

jylinv0 avatar Jul 26 '23 19:07 jylinv0

Note that the MVP will be linux-only and there will likely be follow-up work needed to make it work on e.g. mac

ahumesky avatar Nov 13 '23 17:11 ahumesky

Thanks for adding the note. Can we add (linux only) to the title? and add another entry to the roadmap to figure out the mac use case?

nkoroste avatar Nov 13 '23 17:11 nkoroste

I added the note about linux to the title, and created #184

ahumesky avatar Nov 13 '23 18:11 ahumesky

Here's the entry to a working example of AIT: https://github.com/bazelbuild/rules_utp/blob/29fdfe8be8bec141734181978f2d40777ad13740/example/ait/BUILD#L20

And here's the bazel cli to run the AIT, given an emulator has been running: https://github.com/bazelbuild/rules_utp/blob/29fdfe8be8bec141734181978f2d40777ad13740/.github/workflows/ci.yml#L119

jylinv0 avatar Feb 13 '24 20:02 jylinv0