1cc_test {
2    name: "audiofoundation_parcelable_test",
3
4    shared_libs: [
5        "libaudiofoundation",
6        "libbinder",
7        "liblog",
8        "libutils",
9    ],
10
11    header_libs: [
12        "libaudio_system_headers",
13    ],
14
15    srcs: [
16        "audiofoundation_parcelable_test.cpp",
17    ],
18
19    cflags: [
20        "-Werror",
21        "-Wall",
22    ],
23
24    test_suites: ["device-tests"],
25}
26