Skip to content

Commit

Permalink
Merge "update_verifier: Add some missing #include's." am: 05f9a8e
Browse files Browse the repository at this point in the history
am: 6105a6f

Change-Id: Ic511d7e2b7043905e3025493e7ad0cdb3fb05d62
  • Loading branch information
Tao Bao authored and android-build-merger committed Mar 14, 2019
2 parents aac4903 + 6105a6f commit 9d35593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion update_verifier/update_verifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 9d35593

Please sign in to comment.