summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-26 18:43:25 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-26 18:43:25 +0200
commit7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65 (patch)
tree044f24fe5d41b2ac833bbef487032a7065bf7ca5 /updater/updater.cpp
parentMerge "updater_sample: Use stubs libs for android.test.base / runner." am: d97b643de4 (diff)
parentMerge "Rename CacheLocation to Paths." (diff)
downloadandroid_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar.gz
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar.bz2
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar.lz
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar.xz
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.tar.zst
android_bootable_recovery-7acf21c34aa2f84ab4aa42b3a1c85e92679b6a65.zip
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r--updater/updater.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp
index 1d6b172bb..bf7c36caf 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -17,9 +17,9 @@
#include "updater/updater.h"
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <string>
@@ -34,7 +34,6 @@
#include "otafault/config.h"
#include "otautil/DirUtil.h"
#include "otautil/SysUtil.h"
-#include "otautil/cache_location.h"
#include "otautil/error_code.h"
#include "updater/blockimg.h"
#include "updater/install.h"