History log of /system/extras/iotop/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f4375bef007c8761f972d8d469f5dd7c5fe2dc7c 25-Jul-2017 Lennart Wieboldt <lennart.1997@gmx.de> Remove LOCAL_CLANG and clang: true

clang is the default compiler since Android nougat

Test: mma & verified it´s still build with clang
Change-Id: Ie41a98a7d72940e8169996a7081ccec9b94aa61c
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
/system/extras/iotop/Android.mk
2365bbccee3e0dd9b7527605c8ee502c2f5c23b7 26-Oct-2015 Dan Albert <danalbert@google.com> Always use clang for iotop.

iotop makes use of a lambda that uses an `auto` typedef parameter.
This is a C++14 feature, and we need to move GCC back to C++11 because
GCC 4.9 doesn't have a correct C++14 ABI.

Bug: http://b/25022512
Change-Id: I3946bd3d287c99eeee1d570ea46e073828b5c1d2
/system/extras/iotop/Android.mk
646d001e5551e091ea2c5d1397c77ffa24c01953 04-Sep-2015 Colin Cross <ccross@android.com> Implement iotop

iotop provides per process statistics on IO rates and kernel delays.
Requires root, and a kernel compiled with CONFIG_TASKSTATS,
CONFIG_TASK_DELAY_ACCT, and CONFIG_TASK_IO_ACCOUNTING.

Change-Id: I111c55a1492e9ea33d8d7b3ab620080625b84346
/system/extras/iotop/Android.mk