summaryrefslogtreecommitdiffstats
path: root/tests/unit/zip_test.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-05 11:37:34 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-05 11:37:34 +0200
commit1bc48e4463f25ac73c0e5c668d5bcefad18c7693 (patch)
treed1ca1805b021c8e7c19d33f0ccbc50d65f7a488a /tests/unit/zip_test.cpp
parentSnap for 4762932 from 96106592a2cebb78cc7d2772376cd1caf34ce9a1 to qt-release (diff)
parentMerge changes I1cc5d702,I32ab9854 am: 420f7f8df4 am: c4ba6b738f (diff)
downloadandroid_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar.gz
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar.bz2
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar.lz
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar.xz
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.tar.zst
android_bootable_recovery-1bc48e4463f25ac73c0e5c668d5bcefad18c7693.zip
Diffstat (limited to 'tests/unit/zip_test.cpp')
-rw-r--r--tests/unit/zip_test.cpp2
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");