Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90e1ab6e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create specific export aidl folder for Bluetooth" into tm-dev

parents 96ee9736 7eab7f08
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

filegroup {
    name: "framework-bluetooth-updatable-exported-aidl-sources",
    srcs: ["**/*.aidl"],
    visibility: [
        "//packages/modules/Bluetooth/system/binder",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ package {
filegroup {
    name: "libbluetooth-binder-aidl",
    srcs: [
        ":framework-bluetooth-updatable-exported-aidl-sources",
        ":modules-utils-synchronous-result-receiver-aidl",
        "android/bluetooth/IBluetooth.aidl",
        "android/bluetooth/IBluetoothA2dp.aidl",