1343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert ShihLOCAL_PATH:= $(call my-dir)
2343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shihinclude $(CLEAR_VARS)
3343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
4ee4e1b1a63758941460ae79a064249d3a5189443Lajos MolnarLOCAL_CPPFLAGS += -D__STDINT_LIMITS
5ee4e1b1a63758941460ae79a064249d3a5189443Lajos Molnar
63b0da19c78f6a61ed343a07f2448b94faafe4c02Lajos MolnarLOCAL_CFLAGS += -Werror -Wall
7ee4e1b1a63758941460ae79a064249d3a5189443Lajos MolnarLOCAL_CLANG := true
88c1dafea687db593ee8047ff71eb0b2e4307a506Dan AustinLOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow
9343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
10343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert ShihLOCAL_SRC_FILES:= EbmlUtil.cpp        \
11343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                  WebmElement.cpp     \
12343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                  WebmFrame.cpp       \
13343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                  WebmFrameThread.cpp \
14343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                  WebmWriter.cpp
15343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
16343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
17343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert ShihLOCAL_C_INCLUDES += $(TOP)/frameworks/av/include
18343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
19343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert ShihLOCAL_SHARED_LIBRARIES += libstagefright_foundation \
20343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                          libstagefright \
21343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                          libutils \
22343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih                          liblog
23343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
24343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert ShihLOCAL_MODULE:= libstagefright_webm
25343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shih
26343947abc8b7c126f966fd32a0b18bff6c2cecd1Robert Shihinclude $(BUILD_STATIC_LIBRARY)
27