From 8ee76f6c04191a17d45388d60cd405d7d2d89826 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Tue, 25 Jul 2017 23:56:47 +0200 Subject: [PATCH] Remove LOCAL_CLANG clang is the default compiler since Android nougat Change-Id: I2ca2c1aaf28b10dda6b53c1809d5efa5fd167b0d Signed-off-by: Lennart Wieboldt --- Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.mk b/Android.mk index f5b3f544..716259b0 100644 --- a/Android.mk +++ b/Android.mk @@ -68,7 +68,6 @@ clang_cflags := -Wno-dangling-else -Wno-logical-op-parentheses -Wno-sometimes-un include $(CLEAR_VARS) LOCAL_CFLAGS := $(cflags) LOCAL_CLANG_CFLAGS := $(clang_cflags) -LOCAL_CLANG := true LOCAL_MODULE := libfdlibm LOCAL_SRC_FILES:= $(src_files) include $(BUILD_STATIC_LIBRARY) @@ -81,7 +80,6 @@ include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_CFLAGS := $(cflags) LOCAL_CLANG_CFLAGS := $(clang_cflags) -LOCAL_CLANG := true LOCAL_MODULE := libfdlibm LOCAL_MULTILIB := both LOCAL_SRC_FILES:= $(src_files)