From cd15fc7ba80b31539e85792ec35d7ebe0c8ff764 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Mon, 24 Jul 2017 19:32:07 +0200 Subject: Remove LOCAL_CLANG and clang: true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clang is the default compiler since Android nougat Test: mma & verified it´s still build with clang Change-Id: I34adaeef2f6558a09f26027271222bad94780507 Signed-off-by: Lennart Wieboldt --- libnativeloader/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'libnativeloader') diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index c1133fbc1..13f974424 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp @@ -19,7 +19,6 @@ cc_library { host_ldlibs: ["-ldl"], }, }, - clang: true, cflags: [ "-Werror", "-Wall", -- cgit v1.2.3