diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-11-15 16:59:45 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-11-15 16:59:45 +0100 |
commit | 814c3061067841990272704af135750f4007cbde (patch) | |
tree | 6a9288988dd4c64d5487b541320ccf0bf4b58a3e /tests/component/uncrypt_test.cpp | |
parent | Merge "minadbd: track adb C++ version change." (diff) | |
parent | switch to using android-base/file.h instead of android-base/test_utils.h (diff) | |
download | android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.gz android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.bz2 android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.lz android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.xz android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.zst android_bootable_recovery-814c3061067841990272704af135750f4007cbde.zip |
Diffstat (limited to 'tests/component/uncrypt_test.cpp')
-rw-r--r-- | tests/component/uncrypt_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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> |