Remove usage of base/logging.h in libfs_avb
As part of the effort to uprev libchrome in Android, we are removing Android dependencies to libchrome utility functions that are not strictly required. This CL remove the usage of base/logging.h and replace by android-base/logging.h Bug: 360917504 Test: atest libfs_avb_internal_test Change-Id: Ibcc476aebcff2fe5cfc2e3a3cd04168c02bc05f5
This commit is contained in:
parent
9ec007acf4
commit
26d10f1584
6 changed files with 5 additions and 6 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/macros.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
#include <array>
|
||||
#include <sstream>
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/parseint.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
#include <android-base/strings.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <fstab/fstab.h>
|
||||
#include <libavb/libavb.h>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <thread>
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <linux/fs.h>
|
||||
|
|
|
|||
|
|
@ -20,12 +20,6 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef HOST_TEST
|
||||
#include <base/logging.h>
|
||||
#else
|
||||
#include <android-base/logging.h>
|
||||
#endif
|
||||
|
||||
#include <android-base/result.h>
|
||||
|
||||
using android::base::ErrnoError;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue