aboutsummaryrefslogtreecommitdiff
path: root/framework/aidl-export/Android.bp
blob: 430213a14c07829a5cc173d1f179e8bf58f35721 (plain)
1
2
3
4
5
6
7
8
9
10
11
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

filegroup {
    name: "framework-bluetooth-updatable-exported-aidl-sources",
    srcs: ["**/*.aidl"],
    visibility: [
        "//packages/modules/Bluetooth/system/binder",
    ],
}