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

Commit 8279d38d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create specific export aidl folder for Bluetooth"

parents ee3b08f2 c8c86f37
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",