blob: 145a43a0c4ffdefd6e79ead8b3a0b096cbaae0db [file] [log] [blame]
cc_library {
name: "libBlocksRuntime",
cflags: [
"-Wall",
"-Wextra",
"-Werror",
"-Wno-unused-parameter",
"-Wno-unused-function",
"-DHAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT",
"-DHAVE_SYNC_BOOL_COMPARE_AND_SWAP_LONG",
],
c_std: "c11",
clang:true,
srcs: [
"data.c",
"runtime.c"
]
}