summaryrefslogtreecommitdiffstats
path: root/tests/component/updater_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-11 19:09:25 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-11 19:09:25 +0200
commitff9b6f63a289c792eb69e7fee59a1f308e9fc4aa (patch)
tree415073930d2bb71cae132e38a57cea3f2c15d7e1 /tests/component/updater_test.cpp
parentMerge "otautil: Fix mac build." (diff)
parentMove rangeset.h and print_sha1.h into otautil. (diff)
downloadandroid_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.gz
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.bz2
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.lz
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.xz
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.zst
android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.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 e35870dc7..e6aec4ad6 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -41,7 +41,7 @@
#include "edify/expr.h"
#include "otautil/SysUtil.h"
#include "otautil/error_code.h"
-#include "print_sha1.h"
+#include "otautil/print_sha1.h"
#include "updater/blockimg.h"
#include "updater/install.h"
#include "updater/updater.h"