diff options
| author | David Sehr <sehr@google.com> | 2018-12-20 12:59:36 -0800 |
|---|---|---|
| committer | David Sehr <sehr@google.com> | 2018-12-20 13:46:08 -0800 |
| commit | eb2dd20dc3ea75a2cffd17a54f771bbb5f6cd4c8 (patch) | |
| tree | 53caccc04c929d88fee64ccf4287005553aee2b1 | |
| parent | 1baa19b1a6bec9c0b1b067eef378646c62d9bf1b (diff) | |
| download | system_core-eb2dd20dc3ea75a2cffd17a54f771bbb5f6cd4c8.tar.gz system_core-eb2dd20dc3ea75a2cffd17a54f771bbb5f6cd4c8.tar.bz2 system_core-eb2dd20dc3ea75a2cffd17a54f771bbb5f6cd4c8.zip | |
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
| -rw-r--r-- | libcutils/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
