blob: 523c903f11e59a2995aad87c11de2dddb1a87f62 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
Yihan Dong569664a2024-10-12 09:06:36 +00002 default_team: "trendy_team_android_kernel",
Bob Badourb224b362021-02-12 20:13:01 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
Kalesh Singha851f3d2020-12-01 11:47:01 -050011cc_test {
12 name: "VtsHalMemtrackTargetTest",
13 defaults: [
14 "VtsHalTargetTestDefaults",
15 "use_libaidlvintf_gtest_helper_static",
16 ],
17 srcs: ["VtsHalMemtrackTargetTest.cpp"],
18 shared_libs: [
19 "libbinder_ndk",
Kalesh Singh11fdc972021-01-22 16:59:15 -050020 "libvintf",
Kalesh Singha851f3d2020-12-01 11:47:01 -050021 ],
22 static_libs: [
Jiyong Park27f77fe2021-07-27 12:16:52 +090023 "android.hardware.memtrack-V1-ndk",
Kalesh Singha851f3d2020-12-01 11:47:01 -050024 ],
25 test_suites: [
Kalesh Singh6e2d21d2021-02-16 14:08:40 -050026 "vts",
Kalesh Singha851f3d2020-12-01 11:47:01 -050027 ],
28}