blob: 930c5a808f413400d492e2f2378662c8d2960886 [file] [log] [blame]
Yixiao Luoce501332022-08-12 11:18:18 -07001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10cc_test {
11 name: "VtsHalTvInputTargetTest",
David Zhao6bdbc5e2023-01-12 16:51:03 -080012 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
16 cflags: [
17 "-Werror",
18 "-Wno-unused-parameter",
19 ],
Yixiao Luoce501332022-08-12 11:18:18 -070020 srcs: ["VtsHalTvInputTargetTest.cpp"],
21 static_libs: [
Yixiao Luoce501332022-08-12 11:18:18 -070022 "android.media.audio.common.types-V1-ndk",
23 "android.hardware.common-V2-ndk",
24 "libaidlcommonsupport",
25 ],
26 test_suites: [
27 "general-tests",
28 "vts",
29 ],
30 shared_libs: [
31 "libbinder_ndk",
32 "libvndksupport",
David Zhao6bdbc5e2023-01-12 16:51:03 -080033 "libfmq",
34 "android.hardware.common.fmq-V1-ndk",
David Zhao03036452023-10-09 13:47:06 -070035 "android.hardware.tv.input-V2-ndk",
Yixiao Luoce501332022-08-12 11:18:18 -070036 ],
37 require_root: true,
38}