diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-15 17:09:56 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-15 17:09:56 +0100 |
commit | 838cac47987a34d6b3a0f809075221c5c657a355 (patch) | |
tree | 6a9288988dd4c64d5487b541320ccf0bf4b58a3e /tests/component/install_test.cpp | |
parent | Merge "minadbd: track adb C++ version change." (diff) | |
parent | Merge "switch to using android-base/file.h instead of android-base/test_utils.h" (diff) | |
download | android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar.gz android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar.bz2 android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar.lz android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar.xz android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.tar.zst android_bootable_recovery-838cac47987a34d6b3a0f809075221c5c657a355.zip |
Diffstat (limited to '')
-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 5c6d58472..27a01cb32 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> |