diff options
author | 2020-01-30 14:39:17 -0800 | |
---|---|---|
committer | 2020-01-30 14:40:18 -0800 | |
commit | 6c7d214699446da83d41ce498372c619222e5024 (patch) | |
tree | 97df45f07c58d5780ef7d7f8c2a3fc68ac269e25 /libs/binder/BufferedTextOutput.cpp | |
parent | 56a1e4fca9f456ac7864fe8ad63a5eddae1f410e (diff) |
libbinder: hide BufferedTextOutput.h
Nothing uses this now, and the general feeling is that we should
deprecate TextOutput at some point in favor of liblog (potentially to
save a small amount of memory from static TextOutput objects). So,
hiding this header.
Bug: N/A
Test: builds
Change-Id: I4f1d8a1aa8a5db4e602da6499050881ab4aaeca2
Diffstat (limited to 'libs/binder/BufferedTextOutput.cpp')
-rw-r--r-- | libs/binder/BufferedTextOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/BufferedTextOutput.cpp b/libs/binder/BufferedTextOutput.cpp index fb424fdcfb..856a178f58 100644 --- a/libs/binder/BufferedTextOutput.cpp +++ b/libs/binder/BufferedTextOutput.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <binder/BufferedTextOutput.h> +#include "BufferedTextOutput.h" #include <binder/Debug.h> #include <cutils/atomic.h> |