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:
df3dabe
)
Enable integer sanitization in libril.
author
Sanket Padawe
<sanketpadawe@google.com>
Tue, 8 Mar 2016 02:09:55 +0000
(18:09 -0800)
committer
Christopher N. Hesse
<raymanfx@gmail.com>
Wed, 12 Oct 2016 20:00:17 +0000
(13:00 -0700)
Bug:
27486276
Change-Id: I5d440099120567f1ecedb898039b5627346c7089
ril/libril/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/ril/libril/Android.mk
b/ril/libril/Android.mk
index 4651122da4eae19332a941dad3748de216e6806d..6f39c9986d869c39d4326eb3904db7b3775ab0e3 100644
(file)
--- a/
ril/libril/Android.mk
+++ b/
ril/libril/Android.mk
@@
-42,6
+42,7
@@
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
LOCAL_MODULE:= libril
+LOCAL_SANITIZE := integer
include $(BUILD_SHARED_LIBRARY)