Merge "use binder_auto_utils.h ostream" am: a18dea216e am: 2676d3242a

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

Change-Id: I7d688d24be3fc53e25db26ed4186be387377172c
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:59:00 +00:00
committed by Automerger Merge Worker

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 {