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/component/install_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/component/install_test.cpp')
-rw-r--r-- | tests/component/install_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/component/install_test.cpp b/tests/component/install_test.cpp index 5c6d5847..27a01cb3 100644 --- a/tests/component/install_test.cpp +++ b/tests/component/install_test.cpp @@ -27,7 +27,6 @@ #include <android-base/file.h> #include <android-base/properties.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <gtest/gtest.h> #include <vintf/VintfObjectRecovery.h> #include <ziparchive/zip_archive.h> |