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

Commit 6105a6fb authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "update_verifier: Add some missing #include's."

am: 05f9a8e1

Change-Id: Icd531dd8a88a4c49c288edf5449e93e81ddde203
parents 682cd4fb 05f9a8e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -38,17 +38,19 @@
 */

#include "update_verifier/update_verifier.h"
#include <android/os/IVold.h>

#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include <algorithm>
#include <future>
#include <thread>

#include <android-base/file.h>
#include <android-base/logging.h>
@@ -57,6 +59,7 @@
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
#include <android/hardware/boot/1.0/IBootControl.h>
#include <android/os/IVold.h>
#include <binder/BinderService.h>
#include <binder/Status.h>
#include <cutils/android_reboot.h>