Go to file
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
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds libutils clean-up 2013-05-07 18:28:11 -07:00
data/etc Add hardware feature android.hardware.bluetooth.le xml file 2013-04-23 11:58:44 -07:00
include new String8, String16 ctors to initialize empty static strings with static linkage 2013-05-08 18:13:07 -07:00
libs new String8, String16 ctors to initialize empty static strings with static linkage 2013-05-08 18:13:07 -07:00
opengl Merge "change how the userspace GLES drivers are named" 2013-05-02 23:25:52 +00:00
services use a Framebuffer Object to render all screenshots 2013-04-29 21:06:06 +02:00
MODULE_LICENSE_APACHE2
NOTICE