summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2024-01-25 08:00:28 +0900
committerJooyung Han <jooyung@google.com>2024-01-25 08:00:28 +0900
commitf939414f3c302bdf00f77c5d5b1cf026ef6651bf (patch)
tree51c010a4057ce24368013d57acb8633ec9184a13 /native
parent7a82df93e92b2e9f51405d4429a0c187d423d10a (diff)
downloadbase-f939414f3c302bdf00f77c5d5b1cf026ef6651bf.tar.gz
Apply bpfmt to native/graphics/jni/Android.bp
Bug: n/a Test: nothing Change-Id: Ia8b0005335c5533b1c7980a20e950c6a95750d7e
Diffstat (limited to 'native')
-rw-r--r--native/graphics/jni/Android.bp13
1 files changed, 8 insertions, 5 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp
index 866206c03eeb..8ea46329af58 100644
--- a/native/graphics/jni/Android.bp
+++ b/native/graphics/jni/Android.bp
@@ -96,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",
],
},