blob: f258b14424d460b65aad96161167958d1cb5e4d0 [file] [log] [blame]
Jiabin Huang5da87002019-10-17 21:56:16 +00001cc_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}