mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user