aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sysutil_test.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-11-14 15:18:30 -0800
committerMark Salyzyn <salyzyn@google.com>2018-11-14 15:49:19 -0800
commit8b54bc5e04367ec7b0c646801c2787d03391708c (patch)
tree54d263850ea6ba380c390187ad4618314b98a57a /tests/unit/sysutil_test.cpp
parent87e2fc38311307539a20b04656a7c853b5756f26 (diff)
downloadandroid_bootable_recovery-8b54bc5e04367ec7b0c646801c2787d03391708c.tar.gz
android_bootable_recovery-8b54bc5e04367ec7b0c646801c2787d03391708c.tar.bz2
android_bootable_recovery-8b54bc5e04367ec7b0c646801c2787d03391708c.zip
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'tests/unit/sysutil_test.cpp')
-rw-r--r--tests/unit/sysutil_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/sysutil_test.cpp b/tests/unit/sysutil_test.cpp
index de8ff706..77625dbe 100644
--- a/tests/unit/sysutil_test.cpp
+++ b/tests/unit/sysutil_test.cpp
@@ -17,7 +17,6 @@
#include <string>
#include <android-base/file.h>
-#include <android-base/test_utils.h>
#include <gtest/gtest.h>
#include "otautil/sysutil.h"