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:
parent
1baa19b1a6
commit
eb2dd20dc3
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue