blob: f258b14424d460b65aad96161167958d1cb5e4d0 [file] [log] [blame]
cc_test {
name: "audiofoundation_parcelable_test",
shared_libs: [
"libaudiofoundation",
"libbinder",
"liblog",
"libutils",
],
header_libs: [
"libaudio_system_headers",
],
srcs: [
"audiofoundation_parcelable_test.cpp",
],
cflags: [
"-Werror",
"-Wall",
],
test_suites: ["device-tests"],
}