From eb2dd20dc3ea75a2cffd17a54f771bbb5f6cd4c8 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Thu, 20 Dec 2018 12:59:36 -0800 Subject: [PATCH] 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 --- libcutils/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libcutils/Android.bp b/libcutils/Android.bp index 37afb9867..4291212a1 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp @@ -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,