diff options
author | Tao Bao <tbao@google.com> | 2017-10-11 19:15:26 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-11 19:15:26 +0200 |
commit | 28f693886206643f83c8acd9240eb76a37adb11a (patch) | |
tree | 6bbf2b6051bdc1688c0400f86fb662a2d970013d /tests/component | |
parent | Merge "otautil: Fix mac build." (diff) | |
parent | Merge "Move rangeset.h and print_sha1.h into otautil." (diff) | |
download | android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar.gz android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar.bz2 android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar.lz android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar.xz android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.tar.zst android_bootable_recovery-28f693886206643f83c8acd9240eb76a37adb11a.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/component/applypatch_test.cpp | 2 | ||||
-rw-r--r-- | tests/component/updater_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp index 42542898b..15ec08fe7 100644 --- a/tests/component/applypatch_test.cpp +++ b/tests/component/applypatch_test.cpp @@ -35,7 +35,7 @@ #include "applypatch/applypatch.h" #include "applypatch/applypatch_modes.h" #include "common/test_constants.h" -#include "print_sha1.h" +#include "otautil/print_sha1.h" static void sha1sum(const std::string& fname, std::string* sha1, size_t* fsize = nullptr) { ASSERT_NE(nullptr, sha1); 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" |