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]",
+        ],
+    },
 }