• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6aidl_interface {
7    name: "hardware.google.bluetooth.ccc",
8    owner: "google",
9    vendor_available: true,
10    host_supported: true,
11    srcs: ["hardware/google/bluetooth/ccc/*.aidl"],
12    stability: "vintf",
13    backend: {
14        cpp: {
15            enabled: true,
16        },
17        java: {
18            platform_apis: true,
19        },
20    },
21}
22