blob: 9829b6d6797abc21772ee68c4c831fe9e559485b [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",
12 defaults: ["VtsHalTargetTestDefaults","use_libaidlvintf_gtest_helper_static",],
13 srcs: ["VtsHalTvInputTargetTest.cpp"],
14 static_libs: [
15 "android.hardware.tv.input-V1-ndk",
16 "android.media.audio.common.types-V1-ndk",
17 "android.hardware.common-V2-ndk",
18 "libaidlcommonsupport",
19 ],
20 test_suites: [
21 "general-tests",
22 "vts",
23 ],
24 shared_libs: [
25 "libbinder_ndk",
26 "libvndksupport",
27 ],
28 require_root: true,
29}