Enable building ATRACE stubs on Windows

The header contained inline functions that called unimplemented code on
Windows.  Enable building the implementations.

Bug: none
Test: make -j 50 checkbuild
Change-Id: I11b39e6f5c72fc000088182f3631a9f538474c42
This commit is contained in:
David Sehr 2018-12-20 12:59:36 -08:00
parent 1baa19b1a6
commit eb2dd20dc3

View file

@ -89,6 +89,7 @@ cc_library {
"socket_inaddr_any_server_windows.cpp",
"socket_network_client_windows.cpp",
"sockets_windows.cpp",
"trace-host.cpp",
],
enabled: true,