Bob Badour | c22b35b | 2021-02-23 14:26:20 -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 | |
Steven Moreland | f4ad670 | 2019-06-26 15:37:53 -0700 | [diff] [blame] | 10 | cc_library { |
Steven Moreland | 63a733a | 2017-05-23 17:23:26 -0700 | [diff] [blame] | 11 | name: "android.hardware.tests.libbinder", |
Chih-Hung Hsieh | 3da5b01 | 2017-09-29 15:15:48 -0700 | [diff] [blame] | 12 | defaults: ["hidl_defaults"], |
Steven Moreland | 63a733a | 2017-05-23 17:23:26 -0700 | [diff] [blame] | 13 | |
| 14 | srcs: ["android/tests/binder/IBenchmark.aidl"], |
| 15 | |
| 16 | aidl: { |
| 17 | export_aidl_headers: true, |
| 18 | }, |
| 19 | |
| 20 | shared_libs: [ |
| 21 | "libbinder", |
| 22 | "libutils", |
| 23 | ], |
| 24 | |
| 25 | } |