projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c58ea3
)
libril: Remove LOCAL_CLANG
author
Lennart Wieboldt
<lennart.1997@gmx.de>
Tue, 25 Jul 2017 19:12:10 +0000
(21:12 +0200)
committer
Stricted
<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
patch
|
blob
|
blame
|
history
diff --git
a/ril/libril/Android.mk
b/ril/libril/Android.mk
index eb23fd1f1677035b22f7b3775950316233464aa4..ed57b2e258b5610ead61c7490575383eecf7c6af 100644
(file)
--- 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)