1
2package {
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 "system_tools_hidl_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["system_tools_hidl_license"],
9}
10
11hidl_interface {
12    name: "[email protected]",
13    root: "hidl2aidl.test",
14    srcs: [
15        "IFoo.hal",
16    ],
17    interfaces: [
18        "[email protected]",
19        "[email protected]",
20    ],
21    gen_java: true,
22}
23