commit | 002e1e58dfe19dd3e49a59c6827cbf51573941a2 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon May 06 20:20:50 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 07 18:28:11 2013 -0700 |
tree | 6dc444d7f05aa0512e3c97344d86ee0264daf869 | |
parent | b4f1a027cbadd4cd07341f60f859ae34643b68ae [diff] |
libutils clean-up Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
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;