Merge "Remove usage of base/logging.h in libfs_avb" into main am: e322d54337 am: 3bef60cb64
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3264992 Change-Id: Ib99460c2b16f5bff96a90f45583419a03382c3ba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
082134059c
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