OSDN Git Service

Enable integer sanitization in libril.
authorSanket Padawe <sanketpadawe@google.com>
Tue, 8 Mar 2016 17:44:16 +0000 (17:44 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 8 Mar 2016 17:44:16 +0000 (17:44 +0000)
am: 2f0b452b4a

* commit '2f0b452b4a234199dcce17dc370aebb126c661c9':
  Enable integer sanitization in libril.

1  2 
libril/Android.mk

@@@ -31,7 -32,12 +31,9 @@@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../in
  LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../include
  
  LOCAL_MODULE:= libril
+ LOCAL_CLANG := true
+ LOCAL_SANITIZE := integer
  
 -LOCAL_COPY_HEADERS_TO := libril
 -LOCAL_COPY_HEADERS := ril_ex.h
 -
  include $(BUILD_SHARED_LIBRARY)