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/misc.cpp b/libutils/misc.cpp index f77e189..e1b5f01 100644 --- a/libutils/misc.cpp +++ b/libutils/misc.cpp
@@ -20,7 +20,7 @@ #include <pthread.h> -#include <utils/Log.h> +#include <log/log.h> #include <utils/Vector.h> #if defined(__ANDROID__) && !defined(__ANDROID_RECOVERY__)