summaryrefslogtreecommitdiffstats
path: root/tests/component/verifier_test.cpp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:49:39 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-04 19:49:39 +0200
commit6cf0a98b93c30475bf41b7bd5b95db1b162a65ba (patch)
treed1ca1805b021c8e7c19d33f0ccbc50d65f7a488a /tests/component/verifier_test.cpp
parentMerge "otautil: Only build the needed files for host build." am: 5818e894df am: d7d087f31c (diff)
parentMerge changes I1cc5d702,I32ab9854 am: 420f7f8df4 (diff)
downloadandroid_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.gz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.bz2
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.lz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.xz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.zst
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.zip
Diffstat (limited to 'tests/component/verifier_test.cpp')
-rw-r--r--tests/component/verifier_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 2ef3828ad..3246ecdbc 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -16,7 +16,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <gtest/gtest.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
@@ -28,9 +27,10 @@
#include <android-base/file.h>
#include <android-base/stringprintf.h>
#include <android-base/test_utils.h>
+#include <gtest/gtest.h>
#include "common/test_constants.h"
-#include "otautil/SysUtil.h"
+#include "otautil/sysutil.h"
#include "verifier.h"
using namespace std::string_literals;