• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6hidl_interface {
7    name: "hardware.google.bluetooth.ccc@1.1",
8    root: "hardware.google",
9    srcs: [
10        "IBluetoothCcc.hal",
11        "IBluetoothCccCallback.hal",
12        "types.hal",
13    ],
14    interfaces: [
15        "hardware.google.bluetooth.ccc@1.0",
16        "android.hidl.base@1.0",
17    ],
18    gen_java: true,
19}
20