Bob Badour | b224b36 | 2021-02-12 20:13:01 -0800 | [diff] [blame] | 1 | package { |
Yihan Dong | 569664a | 2024-10-12 09:06:36 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_android_kernel", |
Bob Badour | b224b36 | 2021-02-12 20:13:01 -0800 | [diff] [blame] | 3 | // 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 Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 11 | cc_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 Singh | 11fdc97 | 2021-01-22 16:59:15 -0500 | [diff] [blame] | 20 | "libvintf", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 21 | ], |
| 22 | static_libs: [ |
Jiyong Park | 27f77fe | 2021-07-27 12:16:52 +0900 | [diff] [blame] | 23 | "android.hardware.memtrack-V1-ndk", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 24 | ], |
| 25 | test_suites: [ |
Kalesh Singh | 6e2d21d | 2021-02-16 14:08:40 -0500 | [diff] [blame] | 26 | "vts", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 27 | ], |
| 28 | } |