commit | 9c5baa2bae8bae136945c1485cf45137eceb34d6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Nov 05 03:31:56 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Nov 05 03:31:56 2022 +0000 |
tree | 0bd54aa0cde2f757526d9489ac5574c38ef9d4c8 | |
parent | 8c3fe51b6776964e455673f28e2bee9ad42e09d4 [diff] | |
parent | ddd84bd7764a19e9a729b5709510fde63e98cb83 [diff] |
Merge "use binder_auto_utils.h ostream" am: a18dea216e am: 2676d3242a am: ddd84bd776 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2288036 Change-Id: I3d1bab3c8ca5750a6dfeb8237c501faab7354557 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 {