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 | |
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')
-rw-r--r-- | tests/component/applypatch_modes_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/bootloader_message_test.cpp | 2 | ||||
-rw-r--r-- | tests/component/imgdiff_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/install_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/sideload_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/uncrypt_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/update_verifier_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/updater_test.cpp | 1 | ||||
-rw-r--r-- | tests/component/verifier_test.cpp | 1 |
9 files changed, 1 insertions, 9 deletions
diff --git a/tests/component/applypatch_modes_test.cpp b/tests/component/applypatch_modes_test.cpp index ce01f4fd..08414b79 100644 --- a/tests/component/applypatch_modes_test.cpp +++ b/tests/component/applypatch_modes_test.cpp @@ -23,7 +23,6 @@ #include <android-base/file.h> #include <android-base/logging.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <bsdiff/bsdiff.h> #include <gtest/gtest.h> #include <openssl/sha.h> diff --git a/tests/component/bootloader_message_test.cpp b/tests/component/bootloader_message_test.cpp index 6cc59a49..b005d199 100644 --- a/tests/component/bootloader_message_test.cpp +++ b/tests/component/bootloader_message_test.cpp @@ -17,8 +17,8 @@ #include <string> #include <vector> +#include <android-base/file.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <bootloader_message/bootloader_message.h> #include <gtest/gtest.h> diff --git a/tests/component/imgdiff_test.cpp b/tests/component/imgdiff_test.cpp index cb4868a4..e76ccbdf 100644 --- a/tests/component/imgdiff_test.cpp +++ b/tests/component/imgdiff_test.cpp @@ -25,7 +25,6 @@ #include <android-base/memory.h> #include <android-base/stringprintf.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <applypatch/imgdiff.h> #include <applypatch/imgdiff_image.h> #include <applypatch/imgpatch.h> 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> diff --git a/tests/component/sideload_test.cpp b/tests/component/sideload_test.cpp index b7109fcc..d5e074c6 100644 --- a/tests/component/sideload_test.cpp +++ b/tests/component/sideload_test.cpp @@ -21,7 +21,6 @@ #include <android-base/file.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <gtest/gtest.h> #include "fuse_sideload.h" diff --git a/tests/component/uncrypt_test.cpp b/tests/component/uncrypt_test.cpp index 55baca2e..e97d589a 100644 --- a/tests/component/uncrypt_test.cpp +++ b/tests/component/uncrypt_test.cpp @@ -26,7 +26,6 @@ #include <android-base/file.h> #include <android-base/logging.h> #include <android-base/properties.h> -#include <android-base/test_utils.h> #include <android-base/unique_fd.h> #include <bootloader_message/bootloader_message.h> #include <gtest/gtest.h> diff --git a/tests/component/update_verifier_test.cpp b/tests/component/update_verifier_test.cpp index 2420c27f..0a594037 100644 --- a/tests/component/update_verifier_test.cpp +++ b/tests/component/update_verifier_test.cpp @@ -24,7 +24,6 @@ #include <android-base/file.h> #include <android-base/properties.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <google/protobuf/repeated_field.h> #include <gtest/gtest.h> diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp index 32fec380..a0a7b66a 100644 --- a/tests/component/updater_test.cpp +++ b/tests/component/updater_test.cpp @@ -33,7 +33,6 @@ #include <android-base/properties.h> #include <android-base/stringprintf.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <bootloader_message/bootloader_message.h> #include <brotli/encode.h> #include <bsdiff/bsdiff.h> diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp index 480f3c96..9fcaa0b7 100644 --- a/tests/component/verifier_test.cpp +++ b/tests/component/verifier_test.cpp @@ -27,7 +27,6 @@ #include <android-base/file.h> #include <android-base/stringprintf.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <android-base/unique_fd.h> #include <gtest/gtest.h> #include <openssl/bn.h> |