Go to file
Andrew Hsieh 0ae8c14b4b Fixed several 64-bit porting issues
1. Use "%zu" instead of "%d" for size_t in printf
2. Variable precision specifier (eg. "%.*s") in printf should be of type int.
   (iov_len is size_t which is 64-bit when compiled with -m64)
3. Use PRId64 instead of "%lld" to print variables of type int64_t

Change-Id: I2be40a6514b5dffa0038d62b9bccc3401b8756e6
2012-02-27 18:50:55 -08:00
cmds/surfaceflinger Move keystore to system/security repo 2012-02-15 15:55:21 -08:00
include Merge "Removed dependecies between BufferQueue and SurfaceTexture" 2012-02-26 17:06:42 -08:00
libs Fixed several 64-bit porting issues 2012-02-27 18:50:55 -08:00
opengl Merge "gltrace: attach buffer data sent with glBufferData" 2012-02-27 07:41:38 -08:00
services/surfaceflinger remove libui dependency on libEGL 2012-02-24 16:42:46 -08:00
MODULE_LICENSE_APACHE2
NOTICE