Merge "use binder_auto_utils.h ostream" am: a18dea216e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2288036

Change-Id: I4c20f7e351e7efa9d41ea633a2e69c57476e6bbf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-11-05 01:15:35 +00:00 committed by Automerger Merge Worker
commit 2676d3242a

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 {