Disable leak detection in widevine aidl fuzzer

Setting up ASAN and HWASAN options to ignore leaks while fuzzing.

Test: m android.hardware.drm-service.widevine.aidl_fuzzer
Bug: 272721367
Change-Id: Icc9aebeb579a224b0f1aa4c0e4e60cb282830682
This commit is contained in:
Pawan Wagh
2023-05-09 19:01:43 +00:00
parent 3356ce04e2
commit acbfc3ce7d

View File

@@ -315,6 +315,7 @@ cc_fuzz {
"common_widevine_service-multilib-first",
"common_widevine_service-multilib-defaults-aidl",
"service_fuzzer_defaults",
"fuzzer_disable_leaks",
],
static_libs: [
"libbase",