From 386a332b4f70718cccb08d5511d66e9f4f5bd409 Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Thu, 6 May 2010 00:55:09 -0700 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; }; // --------------------------------------------------------------------------- -- cgit v1.1