libstatslog: disable on darwin

libbinder doesn't support mac.

Bug: 172023026
Test: N/A
Change-Id: Idc484994e7cf5125736ddd7f5c98165ee9f01e67
This commit is contained in:
Steven Moreland
2020-11-05 16:12:03 +00:00
parent 730f35321d
commit 51f0cb67c1

View File

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