aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Phillips <mitchp@google.com>2021-11-09 11:26:26 -0800
committerMitch Phillips <mitchp@google.com>2021-11-09 21:24:46 +0000
commit943df21dfcccd09e413f83567223ce24214fab4f (patch)
tree3dbbc414ec2f356cca67b563d46965f405684664
parent6b81b8eed51418853966ca4ff18997ea401a7487 (diff)
downloadgoogletest-943df21dfcccd09e413f83567223ce24214fab4f.tar.gz
Remove 'sanitize: none' from gmock.
This seems like an unnecessary flag, merged over from the AndroidMK -> Soong transition. Bug: 204857847 Test: SANITIZE_TARGET=hwaddress m gmock Change-Id: I0c30735e10546a42bcccdf49ddcfde414fd6cc37
-rw-r--r--googlemock/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/googlemock/Android.bp b/googlemock/Android.bp
index 5e90057f..40473d43 100644
--- a/googlemock/Android.bp
+++ b/googlemock/Android.bp
@@ -47,9 +47,6 @@ cc_defaults {
cc_defaults {
name: "gmock_defaults",
host_supported: true,
- sanitize: {
- never: true,
- },
target: {
linux_bionic: {
enabled: true,