diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-05-04 19:26:11 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-04 19:26:11 +0200 |
commit | 420f7f8df45b16aa984396270419cacf11baeab6 (patch) | |
tree | f376f2005a2bc514781e4f94ca176378ab9a9f68 /tests/unit/zip_test.cpp | |
parent | Merge "otautil: Only build the needed files for host build." (diff) | |
parent | Move reboot() from common.h into otautil/sysutil.h. (diff) | |
download | android_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/unit/zip_test.cpp')
-rw-r--r-- | tests/unit/zip_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/zip_test.cpp b/tests/unit/zip_test.cpp index 827668521..47f33d9ea 100644 --- a/tests/unit/zip_test.cpp +++ b/tests/unit/zip_test.cpp @@ -23,10 +23,10 @@ #include <android-base/file.h> #include <android-base/test_utils.h> #include <gtest/gtest.h> -#include <otautil/SysUtil.h> #include <ziparchive/zip_archive.h> #include "common/test_constants.h" +#include "otautil/sysutil.h" TEST(ZipTest, OpenFromMemory) { std::string zip_path = from_testdata_base("ziptest_dummy-update.zip"); |