Merge "use binder_auto_utils.h ostream"

This commit is contained in:
Treehugger Robot
2022-11-05 00:20:46 +00:00
committed by Gerrit Code Review

View File

@@ -21,15 +21,6 @@
#include <android/binder_auto_utils.h>
#include <gtest/gtest_pred_impl.h>
namespace ndk {
std::ostream& operator<<(std::ostream& str, const ScopedAStatus& status) {
str << status.getDescription();
return str;
}
} // namespace ndk
namespace android::hardware::audio::common::testing {
namespace detail {