msm8974-common: libril: Remove LOCAL_CLANG

clang is the default compiler since Android nougat

Change-Id: I0555fa8067352fd43b47aabe80be1224597da17e
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
This commit is contained in:
Lennart Wieboldt 2017-07-25 21:12:10 +02:00 committed by Kevin F. Haggerty
parent 482de62af8
commit 900794d8b2
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -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)