Go to file
Bernhard Rosenkränzer 74debb0b8f Fix build with clang in C++11 mode
Now that we're in C++11 mode by default, clang complains about switch
statements with case values not matching the type -- since some
binder_driver_return_protocol values are > 0x7fffffff, we need to make
the switch statements operate on uint32_t rather than int32_t.

BUG: 18466763
Change-Id: Iedbfd5c7a3d3d9f087d2eab4ff21343ad7a2a448
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2014-11-25 14:06:04 -08:00
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds Mark 2 unused paramters as such 2014-11-23 22:28:26 +01:00
data/etc am 60d31a0f: am 3c648e37: Update comment to use correct GPS file for wearable. 2014-09-19 22:02:37 +00:00
include Replace IInterface::asBinder() with a static 2014-11-17 08:47:01 -08:00
libs Fix build with clang in C++11 mode 2014-11-25 14:06:04 -08:00
opengl Fix class vs. struct mismatch 2014-11-17 21:12:15 +01:00
services Fix potential format string vulnerability 2014-11-24 16:59:39 -08:00
MODULE_LICENSE_APACHE2
NOTICE