From 8b54bc5e04367ec7b0c646801c2787d03391708c Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 14 Nov 2018 15:18:30 -0800 Subject: switch to using android-base/file.h instead of android-base/test_utils.h Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223 --- tests/component/applypatch_modes_test.cpp | 1 - tests/component/bootloader_message_test.cpp | 2 +- tests/component/imgdiff_test.cpp | 1 - tests/component/install_test.cpp | 1 - tests/component/sideload_test.cpp | 1 - tests/component/uncrypt_test.cpp | 1 - tests/component/update_verifier_test.cpp | 1 - tests/component/updater_test.cpp | 1 - tests/component/verifier_test.cpp | 1 - tests/unit/applypatch_test.cpp | 1 - tests/unit/dirutil_test.cpp | 2 +- tests/unit/parse_install_logs_test.cpp | 1 - tests/unit/screen_ui_test.cpp | 2 +- tests/unit/sysutil_test.cpp | 1 - tests/unit/zip_test.cpp | 1 - 15 files changed, 3 insertions(+), 15 deletions(-) diff --git a/tests/component/applypatch_modes_test.cpp b/tests/component/applypatch_modes_test.cpp index ce01f4fd5..08414b796 100644 --- a/tests/component/applypatch_modes_test.cpp +++ b/tests/component/applypatch_modes_test.cpp @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/component/bootloader_message_test.cpp b/tests/component/bootloader_message_test.cpp index 6cc59a495..b005d199c 100644 --- a/tests/component/bootloader_message_test.cpp +++ b/tests/component/bootloader_message_test.cpp @@ -17,8 +17,8 @@ #include #include +#include #include -#include #include #include diff --git a/tests/component/imgdiff_test.cpp b/tests/component/imgdiff_test.cpp index cb4868a4a..e76ccbdfb 100644 --- a/tests/component/imgdiff_test.cpp +++ b/tests/component/imgdiff_test.cpp @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/component/install_test.cpp b/tests/component/install_test.cpp index 5c6d58472..27a01cb32 100644 --- a/tests/component/install_test.cpp +++ b/tests/component/install_test.cpp @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/component/sideload_test.cpp b/tests/component/sideload_test.cpp index b7109fcc2..d5e074c63 100644 --- a/tests/component/sideload_test.cpp +++ b/tests/component/sideload_test.cpp @@ -21,7 +21,6 @@ #include #include -#include #include #include "fuse_sideload.h" diff --git a/tests/component/uncrypt_test.cpp b/tests/component/uncrypt_test.cpp index 55baca2e3..e97d589a6 100644 --- a/tests/component/uncrypt_test.cpp +++ b/tests/component/uncrypt_test.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/component/update_verifier_test.cpp b/tests/component/update_verifier_test.cpp index 2420c27fe..0a594037c 100644 --- a/tests/component/update_verifier_test.cpp +++ b/tests/component/update_verifier_test.cpp @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp index 32fec3808..a0a7b66ab 100644 --- a/tests/component/updater_test.cpp +++ b/tests/component/updater_test.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp index 480f3c96c..9fcaa0b73 100644 --- a/tests/component/verifier_test.cpp +++ b/tests/component/verifier_test.cpp @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/unit/applypatch_test.cpp b/tests/unit/applypatch_test.cpp index 066f981b4..794f2c103 100644 --- a/tests/unit/applypatch_test.cpp +++ b/tests/unit/applypatch_test.cpp @@ -32,7 +32,6 @@ #include #include #include -#include #include #include diff --git a/tests/unit/dirutil_test.cpp b/tests/unit/dirutil_test.cpp index 1ca786c28..4dd111a70 100644 --- a/tests/unit/dirutil_test.cpp +++ b/tests/unit/dirutil_test.cpp @@ -20,7 +20,7 @@ #include -#include +#include #include #include "otautil/dirutil.h" diff --git a/tests/unit/parse_install_logs_test.cpp b/tests/unit/parse_install_logs_test.cpp index 8061f3be1..72169a0c6 100644 --- a/tests/unit/parse_install_logs_test.cpp +++ b/tests/unit/parse_install_logs_test.cpp @@ -20,7 +20,6 @@ #include #include -#include #include #include "otautil/parse_install_logs.h" diff --git a/tests/unit/screen_ui_test.cpp b/tests/unit/screen_ui_test.cpp index b780af430..09c49977f 100644 --- a/tests/unit/screen_ui_test.cpp +++ b/tests/unit/screen_ui_test.cpp @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #include diff --git a/tests/unit/sysutil_test.cpp b/tests/unit/sysutil_test.cpp index de8ff7065..77625dbe9 100644 --- a/tests/unit/sysutil_test.cpp +++ b/tests/unit/sysutil_test.cpp @@ -17,7 +17,6 @@ #include #include -#include #include #include "otautil/sysutil.h" diff --git a/tests/unit/zip_test.cpp b/tests/unit/zip_test.cpp index 47f33d9ea..dfe617ebe 100644 --- a/tests/unit/zip_test.cpp +++ b/tests/unit/zip_test.cpp @@ -21,7 +21,6 @@ #include #include -#include #include #include -- cgit v1.2.3