Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 953af4ca authored by Daniel Zheng's avatar Daniel Zheng Committed by Automerger Merge Worker
Browse files

Merge "Moving logging include" am: 729c1597 am: babdb7b2

parents 8664d239 babdb7b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,6 @@
#include <vector>
#include <vector>


#include <android-base/endian.h>
#include <android-base/endian.h>
#include <android-base/logging.h>
#include <android-base/stringprintf.h>
#include <android-base/stringprintf.h>
#include <android-base/unique_fd.h>
#include <android-base/unique_fd.h>
#include <bootimg.h>
#include <bootimg.h>
+5 −2
Original line number Original line Diff line number Diff line
@@ -14,13 +14,16 @@
// limitations under the License.
// limitations under the License.
//
//
#include "task.h"
#include "task.h"

#include <iostream>
#include <iostream>

#include <android-base/logging.h>
#include <android-base/parseint.h>

#include "fastboot.h"
#include "fastboot.h"
#include "filesystem.h"
#include "filesystem.h"
#include "super_flash_helper.h"
#include "super_flash_helper.h"


#include <android-base/parseint.h>

using namespace std::string_literals;
using namespace std::string_literals;
FlashTask::FlashTask(const std::string& _slot, const std::string& _pname, const std::string& _fname,
FlashTask::FlashTask(const std::string& _slot, const std::string& _pname, const std::string& _fname,
                     const bool apply_vbmeta)
                     const bool apply_vbmeta)