summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2010-05-06 00:55:09 -0700
committerDan Egnor <egnor@google.com>2010-05-06 01:03:31 -0700
commit386a332b4f70718cccb08d5511d66e9f4f5bd409 (patch)
treee41ac9e7b228ad08eabc52486b10357aaaf0c595 /include
parent110ecf05428ee0bcd4657048b3f15daa0f01747e (diff)
downloadframeworks_native-386a332b4f70718cccb08d5511d66e9f4f5bd409.zip
frameworks_native-386a332b4f70718cccb08d5511d66e9f4f5bd409.tar.gz
frameworks_native-386a332b4f70718cccb08d5511d66e9f4f5bd409.tar.bz2
Make static versions of libutils and libbinder.
Fix some small static-initialization-order issues (and a static- initializers-missing issue) that result from doing so. The static libraries don't actually get used for anything real at the moment -- they're used for perf tests of bug 2660235. Bug: 2660235 Change-Id: Iee2f38f79cc93b395e8d0a5a144ed92461f5ada0
Diffstat (limited to 'include')
-rw-r--r--include/binder/Binder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/Binder.h b/include/binder/Binder.h
index 47b2bb9..ba3ac4b 100644
--- a/include/binder/Binder.h
+++ b/include/binder/Binder.h
@@ -71,7 +71,6 @@ private:
Extras* mExtras;
void* mReserved0;
- static String16 sEmptyDescriptor;
};
// ---------------------------------------------------------------------------