From 9eb1bc05ac08514c1e9339c402b9a39d8d69bf24 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Tue, 25 Jul 2017 00:20:24 +0200 Subject: tests: remove LOCAL_CLANG 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: I9bfe0668eddf51dd56174fefc650a11002d38196 Signed-off-by: Lennart Wieboldt --- core/tests/utiltests/jni/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/utiltests/jni/Android.bp b/core/tests/utiltests/jni/Android.bp index e9a4144e8164..b0b09c27e325 100644 --- a/core/tests/utiltests/jni/Android.bp +++ b/core/tests/utiltests/jni/Android.bp @@ -17,7 +17,6 @@ cc_library_shared { shared_libs: [ "libcutils", ], - clang: true, stl: "libc++", srcs: [ "registration.cpp", -- cgit v1.2.3-59-g8ed1b