summaryrefslogtreecommitdiff
path: root/framework/aidl-export/Android.bp
blob: 5a19271580ac83aeb3e6b5998fbaa3ef05650ff5 (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/android/app/aidl",
    ],
}