libril: Remove LOCAL_CLANG

clang is the default compiler since Android nougat

Change-Id: I0555fa8067352fd43b47aabe80be1224597da17e
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
tirimbino
Lennart Wieboldt 7 years ago committed by Stricted
parent 9c58ea3fc0
commit 7d58fd493b
No known key found for this signature in database
GPG Key ID: 3E45BB95F7AD33DA
  1. 1
      ril/libril/Android.mk

@ -64,7 +64,6 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
LOCAL_MODULE:= libril LOCAL_MODULE:= libril
LOCAL_CLANG := true
LOCAL_SANITIZE := integer LOCAL_SANITIZE := integer
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)

Loading…
Cancel
Save