diff options
Diffstat (limited to 'include/private/binder/Static.h')
-rw-r--r-- | include/private/binder/Static.h | 3 |
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; |