summaryrefslogtreecommitdiffstats
path: root/include/private/binder
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-06 20:20:50 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 18:28:11 -0700
commit002e1e58dfe19dd3e49a59c6827cbf51573941a2 (patch)
tree6dc444d7f05aa0512e3c97344d86ee0264daf869 /include/private/binder
parentb4f1a027cbadd4cd07341f60f859ae34643b68ae (diff)
downloadframeworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.zip
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.gz
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.bz2
libutils clean-up
Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
Diffstat (limited to 'include/private/binder')
-rw-r--r--include/private/binder/Static.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/private/binder/Static.h b/include/private/binder/Static.h
index 5b0f9fc..6a03594 100644
--- a/include/private/binder/Static.h
+++ b/include/private/binder/Static.h
@@ -27,6 +27,9 @@
namespace android {
+// For TextStream.cpp
+extern Vector<int32_t> gTextBuffers;
+
// For ProcessState.cpp
extern Mutex gProcessMutex;
extern sp<ProcessState> gProcess;