From ba67bca2118d8a73291e4dea8f3640387f1993a8 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Tue, 25 Jul 2017 14:54:59 +0200 Subject: Remove 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: If1ab227f695e3d35ebe17c5d8631f94add5cf493 Signed-off-by: Lennart Wieboldt --- Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 93e07e3a1..dac670cd7 100644 --- a/Android.bp +++ b/Android.bp @@ -71,7 +71,6 @@ cc_defaults { }, }, export_include_dirs: ["."], - clang: true, } // For the host and device platform @@ -105,7 +104,6 @@ cc_library_static { // ===================================================== cc_test { - clang: true, host_supported: true, gtest: false, srcs: ["pngtest.c"], -- cgit v1.2.3