commit | fc629c1881538c8280105ed86507476d500e744f | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Tue Sep 08 10:01:15 2015 -0700 |
committer | Dan Austin <danielaustin@google.com> | Tue Sep 15 10:41:53 2015 -0700 |
tree | d93854892ce93d3d0d7902089a20a2b788c13899 | |
parent | 85dc1577c22d0045513d7adbce77964a61b43367 [diff] |
Enable signed-integer-overflow in httplive BUG: 23752600 Change-Id: I0683547462f04ff727e67604a5f186eed613524b
diff --git a/media/libstagefright/httplive/Android.mk b/media/libstagefright/httplive/Android.mk index 93b7935..0994f9a 100644 --- a/media/libstagefright/httplive/Android.mk +++ b/media/libstagefright/httplive/Android.mk
@@ -13,6 +13,8 @@ $(TOP)/frameworks/native/include/media/openmax LOCAL_CFLAGS += -Werror +LOCAL_CLANG := true +LOCAL_SANITIZE := signed-integer-overflow LOCAL_SHARED_LIBRARIES := \ libbinder \