xref: /aosp_15_r20/frameworks/native/libs/binderthreadstate/1.0/Android.bp (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1*38e8c45fSAndroid Build Coastguard Worker// This file is autogenerated by hidl-gen -Landroidbp.
2*38e8c45fSAndroid Build Coastguard Worker
3*38e8c45fSAndroid Build Coastguard Workerpackage {
4*38e8c45fSAndroid Build Coastguard Worker    // See: http://go/android-license-faq
5*38e8c45fSAndroid Build Coastguard Worker    // A large-scale-change added 'default_applicable_licenses' to import
6*38e8c45fSAndroid Build Coastguard Worker    // all of the 'license_kinds' from "frameworks_native_license"
7*38e8c45fSAndroid Build Coastguard Worker    // to get the below license kinds:
8*38e8c45fSAndroid Build Coastguard Worker    //   SPDX-license-identifier-Apache-2.0
9*38e8c45fSAndroid Build Coastguard Worker    default_applicable_licenses: ["frameworks_native_license"],
10*38e8c45fSAndroid Build Coastguard Worker}
11*38e8c45fSAndroid Build Coastguard Worker
12*38e8c45fSAndroid Build Coastguard Workerhidl_interface {
13*38e8c45fSAndroid Build Coastguard Worker    name: "[email protected]",
14*38e8c45fSAndroid Build Coastguard Worker    root: "binderthreadstateutilstest",
15*38e8c45fSAndroid Build Coastguard Worker    system_ext_specific: true,
16*38e8c45fSAndroid Build Coastguard Worker    srcs: [
17*38e8c45fSAndroid Build Coastguard Worker        "IHidlStuff.hal",
18*38e8c45fSAndroid Build Coastguard Worker    ],
19*38e8c45fSAndroid Build Coastguard Worker    interfaces: [
20*38e8c45fSAndroid Build Coastguard Worker        "[email protected]",
21*38e8c45fSAndroid Build Coastguard Worker    ],
22*38e8c45fSAndroid Build Coastguard Worker    gen_java: true,
23*38e8c45fSAndroid Build Coastguard Worker}
24