blob: 2b83f2b7259950369f286494aa349114a769b019 [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -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
Steven Morelandf4ad6702019-06-26 15:37:53 -070010cc_library {
Steven Moreland63a733a2017-05-23 17:23:26 -070011 name: "android.hardware.tests.libbinder",
Chih-Hung Hsieh3da5b012017-09-29 15:15:48 -070012 defaults: ["hidl_defaults"],
Steven Moreland63a733a2017-05-23 17:23:26 -070013
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}