Merge "libstatslog: disable on darwin"

This commit is contained in:
Steven Moreland
2020-11-05 19:33:54 +00:00
committed by Gerrit Code Review

View File

@@ -126,6 +126,9 @@ cc_library {
host: {
static_libs: ["libstatssocket"],
},
darwin: {
enabled: false,
},
},
}