unplugged-system/platform_testing/scripts/map_tests/Android.bp

10 lines
217 B
Plaintext

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"],
}