summaryrefslogtreecommitdiffstats
path: root/tests/component/updater_test.cpp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:26:11 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-04 19:26:11 +0200
commit420f7f8df45b16aa984396270419cacf11baeab6 (patch)
treef376f2005a2bc514781e4f94ca176378ab9a9f68 /tests/component/updater_test.cpp
parentMerge "otautil: Only build the needed files for host build." (diff)
parentMove reboot() from common.h into otautil/sysutil.h. (diff)
downloadandroid_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.gz
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.bz2
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.lz
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.xz
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.zst
android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.zip
Diffstat (limited to 'tests/component/updater_test.cpp')
-rw-r--r--tests/component/updater_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp
index 5d3b2d996..48363a62b 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -40,10 +40,10 @@
#include "common/test_constants.h"
#include "edify/expr.h"
-#include "otautil/SysUtil.h"
#include "otautil/error_code.h"
#include "otautil/paths.h"
#include "otautil/print_sha1.h"
+#include "otautil/sysutil.h"
#include "updater/blockimg.h"
#include "updater/install.h"
#include "updater/updater.h"