blob: 68cbf6559cd4e5681817026c4c5b7064e6a61b2a [file] [log] [blame]
# https://github.com/googlesamples/android-testing#experimental-bazel-support
---
platforms:
ubuntu1404:
build_targets:
- "//ui/..."
test_flags:
- "--spawn_strategy=local" # Required due to unified launcher bug
test_targets:
- "//ui/..."
ubuntu1604:
build_targets:
- "//ui/..."
test_flags:
- "--spawn_strategy=local" # Required due to unified launcher bug
test_targets:
- "//ui/..."