commit | ddd84bd7764a19e9a729b5709510fde63e98cb83 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Nov 05 01:59:00 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Nov 05 01:59:00 2022 +0000 |
tree | 330f3d19a4f421eb723268577415722e36ee09d9 | |
parent | 8fe913ef26af8f2235d1cb0ec9b8ada6a8b9001e [diff] | |
parent | 2676d3242a2dda967df9c81603875465b05a90b1 [diff] |
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>
diff --git a/audio/aidl/vts/TestUtils.h b/audio/aidl/vts/TestUtils.h index 2fc109a..5e4d56a 100644 --- a/audio/aidl/vts/TestUtils.h +++ b/audio/aidl/vts/TestUtils.h
@@ -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 {