OSDN Git Service

Make static versions of libutils and libbinder.
authorDan Egnor <egnor@google.com>
Thu, 6 May 2010 07:55:09 +0000 (00:55 -0700)
committerDan Egnor <egnor@google.com>
Thu, 6 May 2010 08:03:31 +0000 (01:03 -0700)
commit08b3d2e5ef01a5114424a871934dd9fc153352c0
tree7768ecd2c0308f149cb8abb1746a0e7bc1bdae8b
parentdf7ccbc8ff0d93a708a7fa1e57469d3f93ceda5c
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
include/binder/Binder.h
libs/binder/Android.mk
libs/binder/Binder.cpp
libs/utils/Android.mk
libs/utils/String8.cpp