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

Commit eece092b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Create specific export aidl folder for Bluetooth" am: 8279d38d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1988206

Change-Id: I7d8984551c4ae643329f7ce5e72eb38780cdd077
parents 219561fb 8279d38d
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",