From 900794d8b2824b4c0cf0b270408ad0c4cef96895 Mon Sep 17 00:00:00 2001 From: Lennart Wieboldt Date: Tue, 25 Jul 2017 21:12:10 +0200 Subject: [PATCH] msm8974-common: 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 e23daae..625075e 100644 --- a/ril/libril/Android.mk +++ b/ril/libril/Android.mk @@ -43,7 +43,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)