diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:13:39 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:54:32 -0800 |
commit | d100107806bc02f8f9866790e0df8975d4764d4a (patch) | |
tree | e6ac242f964ae0fc24cd60dee7417e7b7ee22e8a /tools/aapt2/io/FileStream_test.cpp | |
parent | 7751045a3aede1e938a1ab0a390db25bb3fafa0b (diff) |
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile
Bug: 119313545
Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'tools/aapt2/io/FileStream_test.cpp')
-rw-r--r-- | tools/aapt2/io/FileStream_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt2/io/FileStream_test.cpp b/tools/aapt2/io/FileStream_test.cpp index 7872738320c3..cc9cd2808a0c 100644 --- a/tools/aapt2/io/FileStream_test.cpp +++ b/tools/aapt2/io/FileStream_test.cpp @@ -18,7 +18,6 @@ #include "android-base/file.h" #include "android-base/macros.h" -#include "android-base/test_utils.h" #include "test/Test.h" |