Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0f21362 authored by Ken Chen's avatar Ken Chen
Browse files

Disable Asan on resolv_integration_test

Disable address sanitizer on resolv_integration_test to avoid false
positive.

Test: atest resolv_integration_test
Bug: 144460245
Change-Id: I154bdab70ce6858b0e2805dba44c3f8c16a7074b
parent dffafb7e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -188,10 +188,6 @@ cc_test {
        "netd_event_listener_interface-cpp",
    ],
    compile_multilib: "both",
    sanitize: {
        address: true,
        recover: ["all"],
    },
}

cc_test {