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:
commit
2676d3242a
1 changed files with 0 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue