Merge "enable fuzzing trusty targets automatically"

This commit is contained in:
Kris Alder 2021-03-11 17:54:04 +00:00 committed by Gerrit Code Review
commit d5bd5437b0
2 changed files with 4 additions and 2 deletions

View file

@ -30,7 +30,6 @@ cc_defaults {
"-Werror",
],
fuzz_config: {
fuzz_on_haiku_device: false,
fuzz_on_haiku_host: false,
},
}

View file

@ -24,5 +24,8 @@ cc_fuzz {
"-DTRUSTY_APP_PORT=\"com.android.trusty.sancov.test.srv\"",
"-DTRUSTY_APP_UUID=\"77f68803-c514-43ba-bdce-3254531c3d24\"",
"-DTRUSTY_APP_FILENAME=\"srv.syms.elf\"",
]
],
fuzz_config: {
fuzz_on_haiku_device: false,
},
}