summaryrefslogtreecommitdiffstats
path: root/include/binder
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
commit08b3d2e5ef01a5114424a871934dd9fc153352c0 (patch)
tree7768ecd2c0308f149cb8abb1746a0e7bc1bdae8b /include/binder
parentdf7ccbc8ff0d93a708a7fa1e57469d3f93ceda5c (diff)
downloadframeworks_base-08b3d2e5ef01a5114424a871934dd9fc153352c0.zip
frameworks_base-08b3d2e5ef01a5114424a871934dd9fc153352c0.tar.gz
frameworks_base-08b3d2e5ef01a5114424a871934dd9fc153352c0.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/binder')
-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;
};
// ---------------------------------------------------------------------------