diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-15 17:15:03 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-15 17:15:03 +0100 |
commit | 2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1 (patch) | |
tree | 6a9288988dd4c64d5487b541320ccf0bf4b58a3e /tests/unit/parse_install_logs_test.cpp | |
parent | Merge "minadbd: track adb C++ version change." am: b67811dd49 (diff) | |
parent | Merge "switch to using android-base/file.h instead of android-base/test_utils.h" (diff) | |
download | android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar.gz android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar.bz2 android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar.lz android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar.xz android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.tar.zst android_bootable_recovery-2c5c645515dbbd0fa1f2a24cfc46da59d6c317d1.zip |
Diffstat (limited to 'tests/unit/parse_install_logs_test.cpp')
-rw-r--r-- | tests/unit/parse_install_logs_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <android-base/file.h> #include <android-base/strings.h> -#include <android-base/test_utils.h> #include <gtest/gtest.h> #include "otautil/parse_install_logs.h" |