summaryrefslogtreecommitdiff
path: root/third_party/android/libBlocksRuntime/Android.bp
blob: edb26d0a5367fa337d397f155da0eb3ad6176068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: [
        "*.c",
    ]
}