commit | 066e625b6b74028f10848ce73a758bd8ea83f378 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat Oct 07 00:29:44 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Oct 07 00:29:44 2023 +0000 |
tree | 3a00beaaec19b3ae0147b6f603a8d5e46b385930 | |
parent | b0bff22429ba480bf00774cc12f73be56cc966b3 [diff] [blame] |
libutils: use log/log.h internally utils/Log.h is one less file we need if we're splitting up this library for binder. Bug: 302720583 Test: build Change-Id: Ibc7ec5402df342627f465354d7cf59e98f450a31
diff --git a/libutils/Threads.cpp b/libutils/Threads.cpp index e756fec..90ea29b 100644 --- a/libutils/Threads.cpp +++ b/libutils/Threads.cpp
@@ -34,7 +34,7 @@ #include <sys/prctl.h> #endif -#include <utils/Log.h> +#include <log/log.h> #if defined(__ANDROID__) #include <processgroup/processgroup.h>