commit | c1d159316d0a42066ffa124aab14e5f05b9d1c1f | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Tue Sep 15 17:51:47 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 15 17:51:47 2015 +0000 |
tree | 12440c30634f0be62f4a022faf9b8d9e1e757576 | |
parent | fd86dd2d92def2577142abb2ed60a7efa1fc4362 [diff] | |
parent | fc629c1881538c8280105ed86507476d500e744f [diff] |
Merge "Enable signed-integer-overflow in httplive"
diff --git a/media/libstagefright/http/Android.mk b/media/libstagefright/http/Android.mk index 7f3307d..77cf0d1 100644 --- a/media/libstagefright/http/Android.mk +++ b/media/libstagefright/http/Android.mk
@@ -22,6 +22,8 @@ LOCAL_CFLAGS += -Wno-multichar LOCAL_CFLAGS += -Werror +LOCAL_CLANG := true +LOCAL_SANITIZE := signed-integer-overflow include $(BUILD_SHARED_LIBRARY)