libril: Remove LOCAL_CLANG
authorLennart Wieboldt <lennart.1997@gmx.de>
Tue, 25 Jul 2017 19:12:10 +0000 (21:12 +0200)
committerStricted <info@stricted.net>
Wed, 24 Oct 2018 01:49:05 +0000 (03:49 +0200)
clang is the default compiler since Android nougat

Change-Id: I0555fa8067352fd43b47aabe80be1224597da17e
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
ril/libril/Android.mk

index eb23fd1f1677035b22f7b3775950316233464aa4..ed57b2e258b5610ead61c7490575383eecf7c6af 100644 (file)
@@ -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)