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

Commit 9a0d7f6b authored by Ken Chen's avatar Ken Chen Committed by android-build-merger
Browse files

Disable Asan on resolv_integration_test

am: d0f21362

Change-Id: Ib3a7c29f43c2121812c74d5565ba9536f8e7263e
parents 03dc9e49 d0f21362
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 {