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
This commit is contained in:
Steven Moreland 2023-10-07 00:29:44 +00:00
parent b0bff22429
commit 066e625b6b
14 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@
#include <utils/Printer.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <log/log.h>
#include <unwindstack/AndroidUnwinder.h>

View file

@ -21,7 +21,7 @@
#define LOG_TAG "filemap"
#include <utils/FileMap.h>
#include <utils/Log.h>
#include <log/log.h>
#if defined(__MINGW32__) && !defined(__USE_MINGW_ANSI_STDIO)
# define PRId32 "I32d"

View file

@ -19,7 +19,7 @@
#include <utils/Printer.h>
#include <utils/String8.h>
#include <utils/Log.h>
#include <log/log.h>
#include <stdlib.h>

View file

@ -19,7 +19,7 @@
#include <thread>
#include "fuzzer/FuzzedDataProvider.h"
#include "utils/Log.h"
#include "log/log.h"
#include "utils/RWLock.h"
#include "utils/RefBase.h"
#include "utils/StrongPointer.h"

View file

@ -24,7 +24,7 @@
#endif
#include <inttypes.h>
#include <utils/Log.h>
#include <log/log.h>
namespace android {

View file

@ -16,7 +16,7 @@
#include <utils/String16.h>
#include <utils/Log.h>
#include <log/log.h>
#include <ctype.h>

View file

@ -20,7 +20,7 @@
#include <utils/String8.h>
#include <utils/Compat.h>
#include <utils/Log.h>
#include <log/log.h>
#include <utils/String16.h>
#include <ctype.h>

View file

@ -16,7 +16,7 @@
#define LOG_TAG "String8_test"
#include <utils/Log.h>
#include <log/log.h>
#include <utils/String8.h>
#include <utils/String16.h>

View file

@ -30,7 +30,7 @@
#include <cutils/compiler.h>
#include <utils/Timers.h>
#include <utils/Log.h>
#include <log/log.h>
namespace android {

View file

@ -34,7 +34,7 @@
#include <sys/prctl.h>
#endif
#include <utils/Log.h>
#include <log/log.h>
#if defined(__ANDROID__)
#include <processgroup/processgroup.h>

View file

@ -21,7 +21,7 @@
#include <time.h>
#include <android-base/macros.h>
#include <utils/Log.h>
#include <log/log.h>
static constexpr size_t clock_id_max = 5;

View file

@ -19,7 +19,7 @@
#include <utils/Tokenizer.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <utils/Log.h>
#include <log/log.h>
#ifndef DEBUG_TOKENIZER
// Enables debug output for the tokenizer.

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <fuzzer/FuzzedDataProvider.h>
#include <utils/Log.h>
#include <log/log.h>
#include <utils/Vector.h>
#include <functional>

View file

@ -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__)