summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
-rw-r--r--fuzzer/Android.bp3
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 3f2509e..f7933b3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -133,7 +133,6 @@ cc_defaults {
rtti: true,
cppflags: ["-fexceptions"],
- clang: true,
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",
@@ -142,7 +141,7 @@ cc_defaults {
},
}
-cc_library{
+cc_library {
name: "libdng_sdk",
host_supported: true,
vendor_available: true,
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 26e2fa6..e3dcecf 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -36,4 +36,7 @@ cc_fuzz {
"seeds/CVE_2020_9589/original.dng",
"seeds/CVE_2020_9589/poc.dng",
],
+ fuzz_config: {
+ cc: ["android-security-assurance-redteam@google.com"],
+ },
}