Add fuzzy_fastboot to vts-core suite

The binary is required by FastbootVerifyUserspaceTest.
Disable test config generation as fuzzy_fasboot itself is not part of
vts-core suite.

Bug: 147249791
Test: atest FastbootVerifyUserspaceTest
Change-Id: Ief86f33b41990a354497b128e154da04fec58ae9
This commit is contained in:
Dan Shi 2020-01-06 15:52:10 -08:00
parent 24ccfc244b
commit 44b29c643a

View file

@ -40,5 +40,13 @@ cc_test_host {
"-framework IOKit",
],
},
}
},
// Disable auto-generation of test config as this binary itself is not a test in the test suites,
// rather it is used by other tests.
auto_gen_config: false,
test_suites: [
"general-tests",
"vts-core",
],
}