• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5// Script to run to easily populate TEST_MAPPING from build information.
6python_binary_host {
7    name: "map_tests",
8    srcs: ["map_tests.py"],
9}
10