replicant-frameworks_native/libs
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
..
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 Report actual disk space used 2013-05-01 10:10:59 -07:00
gui am 83ad8957: am 5b6ebd71: Merge "libgui_test: fix a couple minor test issues" into jb-mr2-dev 2013-04-25 13:50:38 -07:00
ui Add liblog 2013-04-09 21:55:39 -07:00
utils new String8, String16 ctors to initialize empty static strings with static linkage 2013-05-08 18:13:07 -07:00