From 0f0034c24d0bfe64fe65c84d65f0ea03be5c726a Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Sun, 10 Sep 2017 11:45:34 +0200 Subject: [PATCH] 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: I4d251ac8b0365165653351e254991d4064c74dc4 Signed-off-by: Lennart Wieboldt --- Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 534c395c1..02de97d39 100644 --- a/Android.bp +++ b/Android.bp @@ -19,7 +19,6 @@ cc_library_static { name: "libc++_static", host_supported: true, vendor_available: true, - clang: true, srcs: [ "src/algorithm.cpp", "src/any.cpp", @@ -80,7 +79,6 @@ cc_library_shared { enabled: true, support_system_process: true, }, - clang: true, whole_static_libs: ["libc++_static"], stl: "none",