Loading libs/binder/fuzzer/Android.bp +6 −14 Original line number Diff line number Diff line cc_defaults { name: "binder_parcel_fuzzer_defaults", cc_fuzz { name: "binder_parcel_fuzzer", defaults: ["libbinder_ndk_host_user"], host_supported: true, srcs: [ Loading Loading @@ -36,16 +36,8 @@ cc_defaults { ], }, }, defaults_visibility: [":__subpackages__"], } cc_fuzz { name: "binder_parcel_fuzzer", defaults: ["binder_parcel_fuzzer_defaults"], } cc_fuzz { name: "binder_parcel_fuzzer_logs", defaults: ["binder_parcel_fuzzer_defaults"], cflags: ["-DENABLE_LOG_FUZZ"], // This flag enables verbose output in the fuzz target, and is very useful // for debugging a failure. If you are trying to diagnose how a crash was // produced, you may find uncommenting the below line very useful. // cflags: ["-DENABLE_LOG_FUZZ"], } Loading
libs/binder/fuzzer/Android.bp +6 −14 Original line number Diff line number Diff line cc_defaults { name: "binder_parcel_fuzzer_defaults", cc_fuzz { name: "binder_parcel_fuzzer", defaults: ["libbinder_ndk_host_user"], host_supported: true, srcs: [ Loading Loading @@ -36,16 +36,8 @@ cc_defaults { ], }, }, defaults_visibility: [":__subpackages__"], } cc_fuzz { name: "binder_parcel_fuzzer", defaults: ["binder_parcel_fuzzer_defaults"], } cc_fuzz { name: "binder_parcel_fuzzer_logs", defaults: ["binder_parcel_fuzzer_defaults"], cflags: ["-DENABLE_LOG_FUZZ"], // This flag enables verbose output in the fuzz target, and is very useful // for debugging a failure. If you are trying to diagnose how a crash was // produced, you may find uncommenting the below line very useful. // cflags: ["-DENABLE_LOG_FUZZ"], }