summaryrefslogtreecommitdiff
path: root/sysprop/Android.bp
blob: d66d1e9cffbe4dee6bc85b2109c8ae42eb13da3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

sysprop_library {
  name: "com.android.sysprop.bluetooth",
  host_supported: true,
  srcs: [
    "avrcp.sysprop",
  ],
  property_owner: "Platform",
  api_packages: ["android.sysprop"],
  cpp: {
    min_sdk_version: "Tiramisu",
  },
  apex_available: ["com.android.btservices"],
}