From 7d58fd493bf8b0cff26ead8aed70e41cef7ec176 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Tue, 25 Jul 2017 21:12:10 +0200 Subject: [PATCH] libril: Remove LOCAL_CLANG clang is the default compiler since Android nougat Change-Id: I0555fa8067352fd43b47aabe80be1224597da17e Signed-off-by: Lennart Wieboldt --- ril/libril/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/ril/libril/Android.mk b/ril/libril/Android.mk index eb23fd1f..ed57b2e2 100644 --- a/ril/libril/Android.mk +++ b/ril/libril/Android.mk @@ -64,7 +64,6 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include LOCAL_MODULE:= libril -LOCAL_CLANG := true LOCAL_SANITIZE := integer include $(BUILD_SHARED_LIBRARY)