replicant-frameworks_native/include
Mathias Agopian 8050299f5b new String8, String16 ctors to initialize empty static strings with static linkage
when libutils is statically linked, the ordering of the static
initializer is not guaranteed and therefore it's unsafe to use
empty static strings: e.g.:

static String8 sThisStaticStringIsNotSafe;

instead, this new constructor can be used:

static String8 sThisStaticStringIsSafe(kEmptyString);

Change-Id: Ia3daf1cab1c97d021c0ee9c2b394b5e27e8d6c0d
2013-05-08 18:13:07 -07:00
..
android Add TOUCH_NAVIGATION input source 2013-03-11 14:20:14 -07:00
binder libutils clean-up 2013-05-07 18:28:11 -07:00
cpustats Fix log spam about CPU frequency on one device 2012-05-14 16:55:26 -07:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui Merge changes I0d9f18d1,Ib96c9161 2013-04-24 10:25:34 +00:00
media Add support for OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m color format 2013-04-11 10:30:27 -07:00
powermanager Move services/powermanager from frameworks/base to frameworks/native 2012-03-28 13:58:23 -07:00
private libutils clean-up 2013-05-07 18:28:11 -07:00
ui latch transparent region hint only when we get a new frame 2013-04-02 18:30:32 -07:00
utils new String8, String16 ctors to initialize empty static strings with static linkage 2013-05-08 18:13:07 -07:00