Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7d2146 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent 56a1e4fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include <binder/BufferedTextOutput.h>
#include "BufferedTextOutput.h"
#include <binder/Debug.h>

#include <cutils/atomic.h>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#include "Static.h"

#include <binder/BufferedTextOutput.h>
#include "BufferedTextOutput.h"
#include <binder/IPCThreadState.h>
#include <utils/Log.h>