replicant-frameworks_native/libs
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
..
binder Fix build with clang in C++11 mode 2014-11-25 14:06:04 -08:00
diskusage Report actual disk space used 2013-05-01 10:10:59 -07:00
gui Replace IInterface::asBinder() with a static 2014-11-17 08:47:01 -08:00
input am e1e3d278: Merge "Clean cruft out of makefiles." 2014-09-12 16:22:03 +00:00
ui am c52e54c4: Merge "Some more test cleanup." 2014-10-17 17:53:05 +00:00