blob: 8614b478a635d60ae42d526f24e1047a1ee218ea [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
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
Kalesh Singha851f3d2020-12-01 11:47:01 -050010cc_test {
11 name: "VtsHalMemtrackTargetTest",
12 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
16 srcs: ["VtsHalMemtrackTargetTest.cpp"],
17 shared_libs: [
18 "libbinder_ndk",
Kalesh Singh11fdc972021-01-22 16:59:15 -050019 "libvintf",
Kalesh Singha851f3d2020-12-01 11:47:01 -050020 ],
21 static_libs: [
Jeongik Cha1674c132021-01-26 22:34:55 +090022 "android.hardware.memtrack-V1-ndk_platform",
Kalesh Singha851f3d2020-12-01 11:47:01 -050023 ],
24 test_suites: [
Kalesh Singh6e2d21d2021-02-16 14:08:40 -050025 "vts",
Kalesh Singha851f3d2020-12-01 11:47:01 -050026 ],
27}