blob: f668a25fcfa6b82e89bdb42bfd9b87df5c56f7ed [file] [log] [blame]
François Gaffieb449cdb2019-12-13 13:31:36 -08001cc_test {
2 name: "VtsHalAudioPolicyV1_0TargetTest",
3 defaults: ["vts_target_tests_defaults"],
4 srcs: [
5 "ValidateEngineConfiguration.cpp",
6 ],
7 static_libs: [
8 "android.hardware.audio.common.test.utility",
9 "libxml2",
10 "liblog",
11 ],
12 // Use test_config for vts-core suite.
13 // TODO(b/146104851): Add auto-gen rules and remove it.
14 test_config: "VtsHalAudioPolicyV1_0TargetTest.xml",
15 cflags: [
16 "-DXSD_DIR=\"/data/local/tmp\"",
17 "-Wall",
18 "-Werror",
19 "-Wno-unused-function",
20 "-O0",
21 "-g",
22 ],
23 data: [
24 ":audio_policy_engine_conf_V1_0",
25 ],
26 gtest: true,
27 test_suites: [
28 "general-tests",
29 "vts-core",
30 ],
31}