mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
use binder_auto_utils.h ostream
Bug: N/A Change-Id: I56f39241b35fc1962baf95f4a5c93aff1cbd705c Test: N/A
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