summaryrefslogtreecommitdiff
path: root/libs/ftl/Android.bp
blob: 5bccaca42ddfb32bc37bfb69a8ffd99526e06ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cc_test {
    name: "ftl_test",
    test_suites: ["device-tests"],
    sanitize: {
        address: true,
    },
    srcs: [
        "future_test.cpp",
        "small_map_test.cpp",
        "small_vector_test.cpp",
        "static_vector_test.cpp",
    ],
    cflags: [
        "-Wall",
        "-Werror",
        "-Wextra",
        "-Wpedantic",
    ],
}