commit | cade769e4e984dff75be6038f33d10df1df90ab9 | [log] [tgz] |
---|---|---|
author | Eugene Rodionov <[email protected]> | Tue Jun 14 17:10:06 2022 +0000 |
committer | Pierre-Clément Tosi <[email protected]> | Wed Jun 15 08:53:28 2022 +0100 |
tree | 2d76c2cea81cbcb4c97b4e0976557a63d9197a1a | |
parent | 49a2e71ae07b3bf0375cb2506a352616bd44842f [diff] [blame] |
Update libfdt fuzzer owners. Add [email protected] as libfdt fuzzer owner. Change-Id: Ie759dcc06eb375906bb67a0cab063779f022abbc
diff --git a/fuzzing/Android.bp b/fuzzing/Android.bp index ddda130..a9c27e3 100644 --- a/fuzzing/Android.bp +++ b/fuzzing/Android.bp
@@ -12,4 +12,9 @@ "libfdt", ], host_supported: true, + fuzz_config: { + cc: [ + "[email protected]", + ], + }, }