diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:18:30 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:49:19 -0800 |
commit | 8b54bc5e04367ec7b0c646801c2787d03391708c (patch) | |
tree | 54d263850ea6ba380c390187ad4618314b98a57a /tests/unit/applypatch_test.cpp | |
parent | 87e2fc38311307539a20b04656a7c853b5756f26 (diff) | |
download | android_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/applypatch_test.cpp')
-rw-r--r-- | tests/unit/applypatch_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/applypatch_test.cpp b/tests/unit/applypatch_test.cpp index 066f981b..794f2c10 100644 --- a/tests/unit/applypatch_test.cpp +++ b/tests/unit/applypatch_test.cpp @@ -32,7 +32,6 @@ #include <android-base/file.h> #include <android-base/logging.h> #include <android-base/stringprintf.h> -#include <android-base/test_utils.h> #include <android-base/unique_fd.h> #include <gtest/gtest.h> |