Skip to content
Snippets Groups Projects
Commit f3ebcb03 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge changes Ia8b00053,I98851ea9 into main

* changes:
  Apply bpfmt to native/graphics/jni/Android.bp
  Add stubs to libjnigraphics
parents 913c46b9 f939414f
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,9 @@ cc_library_shared {
],
},
},
stubs: {
symbol_file: "libjnigraphics.map.txt",
},
}
// The headers module is in frameworks/native/Android.bp.
......@@ -93,15 +96,18 @@ cc_defaults {
],
static_libs: ["libarect"],
fuzz_config: {
cc: ["dichenzhang@google.com","scroggo@google.com"],
cc: [
"dichenzhang@google.com",
"scroggo@google.com",
],
asan_options: [
"detect_odr_violation=1",
],
hwasan_options: [
// Image decoders may attempt to allocate a large amount of memory
// (especially if the encoded image is large). This doesn't
// necessarily mean there is a bug. Set allocator_may_return_null=1
// for hwasan so the fuzzer can continue running.
// Image decoders may attempt to allocate a large amount of memory
// (especially if the encoded image is large). This doesn't
// necessarily mean there is a bug. Set allocator_may_return_null=1
// for hwasan so the fuzzer can continue running.
"allocator_may_return_null = 1",
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment