We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3525e4 + c625c11 commit 23351c2Copy full SHA for 23351c2
2 files changed
libs/binder/tests/parcel_fuzzer/test_fuzzer/Android.bp
@@ -59,6 +59,11 @@ sh_test_host {
59
darwin: {
60
enabled: false,
61
},
62
+ host: {
63
+ data_libs: [
64
+ "libc++",
65
+ ],
66
+ },
67
68
test_suites: ["general-tests"],
69
}
libs/binder/tests/parcel_fuzzer/test_fuzzer/run_fuzz_service_test.sh
@@ -39,6 +39,7 @@ for CRASH_TYPE in PLAIN KNOWN_UID AID_SYSTEM AID_ROOT BINDER DUMP SHELL_CMD; do
39
else
40
echo -e "${color_failed}Failed: Unable to find successful fuzzing output from test_service_fuzzer_should_crash"
41
echo "${color_reset}"
42
+ cat "$FUZZER_OUT"
43
exit 1
44
fi
45
done
0 commit comments