platform_hardware_interfaces/memtrack
Stephen Hines b45857ebc5 Fix some ordered comparisons with zero for pointers.
Bug: http://b/31532493

The latest clang will trigger an error diagnostic "ordered comparison
between pointer and zero ..." when you do something like "p > 0". This
change replaces the ordered comparisons with proper checks instead.

Test: Validated with latest toolchain.
Change-Id: I4a127fe2551688c8176bdd31210cf7f2f40baeba
2017-01-23 17:26:30 -08:00
..
1.0 Fix some ordered comparisons with zero for pointers. 2017-01-23 17:26:30 -08:00
Android.bp Memtrack HAL Target-side test 2016-12-21 17:11:15 -08:00