You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
// Script to run to easily populate TEST_MAPPING from build information.
|
|
python_binary_host {
|
|
name: "map_tests",
|
|
srcs: ["map_tests.py"],
|
|
}
|