diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index 277cc3a9d..19b33e40d 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp @@ -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", + ], }