1// Common build rules for VTS tests
2
3// VTS target-side test binaries must use the following for proper packaging:
4cc_defaults {
5 name: "vts_target_tests_defaults",
6 // TODO(b/120486052): Temporalily removed due to a unit test.
7 // test_suites: ["general-tests"],
8}
9