Loading libs/binder/fuzzer/Android.bp +6 −14 Original line number Original line Diff line number Diff line cc_defaults { cc_fuzz { name: "binder_parcel_fuzzer_defaults", name: "binder_parcel_fuzzer", defaults: ["libbinder_ndk_host_user"], defaults: ["libbinder_ndk_host_user"], host_supported: true, host_supported: true, srcs: [ srcs: [ Loading Loading @@ -36,16 +36,8 @@ cc_defaults { ], ], }, }, }, }, defaults_visibility: [":__subpackages__"], // 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. cc_fuzz { // cflags: ["-DENABLE_LOG_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"], } } Loading
libs/binder/fuzzer/Android.bp +6 −14 Original line number Original line Diff line number Diff line cc_defaults { cc_fuzz { name: "binder_parcel_fuzzer_defaults", name: "binder_parcel_fuzzer", defaults: ["libbinder_ndk_host_user"], defaults: ["libbinder_ndk_host_user"], host_supported: true, host_supported: true, srcs: [ srcs: [ Loading Loading @@ -36,16 +36,8 @@ cc_defaults { ], ], }, }, }, }, defaults_visibility: [":__subpackages__"], // 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. cc_fuzz { // cflags: ["-DENABLE_LOG_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"], } }