summaryrefslogtreecommitdiff
path: root/iotop
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-10-26 11:24:47 -0700
committerDan Albert <danalbert@google.com>2015-10-26 11:24:47 -0700
commit2365bbccee3e0dd9b7527605c8ee502c2f5c23b7 (patch)
tree77defebdea6471100bd6d5dbe1a313c3505a4278 /iotop
parent5157212f42fcf90a2ce136b795c092bbffd41d54 (diff)
downloadextras-2365bbccee3e0dd9b7527605c8ee502c2f5c23b7.tar.gz
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
Diffstat (limited to 'iotop')
-rw-r--r--iotop/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/iotop/Android.mk b/iotop/Android.mk
index b8a146df..414967cd 100644
--- a/iotop/Android.mk
+++ b/iotop/Android.mk
@@ -15,6 +15,8 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_CLANG := true
+
LOCAL_SRC_FILES := iotop.cpp tasklist.cpp taskstats.cpp
LOCAL_MODULE := iotop