summaryrefslogtreecommitdiff
path: root/alloc-stress
diff options
context:
space:
mode:
authorLennart Wieboldt <lennart.1997@gmx.de>2017-07-25 01:18:06 +0200
committerLennart Wieboldt <lennart.1997@gmx.de>2017-07-25 16:56:15 +0200
commitf4375bef007c8761f972d8d469f5dd7c5fe2dc7c (patch)
treef93d9b95fce4446f6a913ad90e2097ff6e1ae05a /alloc-stress
parentfb1b7608f36bed4b940f57f298f9dc89ee24df62 (diff)
downloadextras-f4375bef007c8761f972d8d469f5dd7c5fe2dc7c.tar.gz
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>
Diffstat (limited to 'alloc-stress')
-rw-r--r--alloc-stress/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/alloc-stress/Android.mk b/alloc-stress/Android.mk
index 513d1793..ec19d798 100644
--- a/alloc-stress/Android.mk
+++ b/alloc-stress/Android.mk
@@ -1,7 +1,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_MODULE := alloc-stress
LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers -Wno-sign-compare
ifneq ($(ENABLE_MEM_CGROUPS),)