Bob Badour | b224b36 | 2021-02-12 20:13:01 -0800 | [diff] [blame] | 1 | package { |
| 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 Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 10 | cc_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 Singh | 11fdc97 | 2021-01-22 16:59:15 -0500 | [diff] [blame] | 19 | "libvintf", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 20 | ], |
| 21 | static_libs: [ |
Jeongik Cha | 1674c13 | 2021-01-26 22:34:55 +0900 | [diff] [blame] | 22 | "android.hardware.memtrack-V1-ndk_platform", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 23 | ], |
| 24 | test_suites: [ |
Kalesh Singh | 6e2d21d | 2021-02-16 14:08:40 -0500 | [diff] [blame] | 25 | "vts", |
Kalesh Singh | a851f3d | 2020-12-01 11:47:01 -0500 | [diff] [blame] | 26 | ], |
| 27 | } |