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

Commit c73fc967 authored by William Escande's avatar William Escande
Browse files

Move service server binder into service folder

Bug: 262605980
Test: m // build only as this is moving file only
Change-Id: I2e00c0aa5cb2ddbb9ecd43101a8494cc2c631163
parent 49a6c0a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ java_defaults {
    srcs: [
        ":framework-bluetooth-sources",
        ":libbluetooth-binder-aidl",
        ":service-bluetooth-binder-aidl",
    ],
}

+20 −0
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

// AIDL interface used in service-bluetooth
filegroup {
    name: "service-bluetooth-binder-aidl",
    visibility: [
        "//packages/modules/Bluetooth:__subpackages__",
    ],
    srcs: [
        "android/bluetooth/IBluetoothManager.aidl",
        "android/bluetooth/IBluetoothManagerCallback.aidl",
    ],
}
+0 −2
Original line number Diff line number Diff line
@@ -47,8 +47,6 @@ filegroup {
        "android/bluetooth/IBluetoothLeBroadcastCallback.aidl",
        "android/bluetooth/IBluetoothLeCallControl.aidl",
        "android/bluetooth/IBluetoothLeCallControlCallback.aidl",
        "android/bluetooth/IBluetoothManager.aidl",
        "android/bluetooth/IBluetoothManagerCallback.aidl",
        "android/bluetooth/IBluetoothMap.aidl",
        "android/bluetooth/IBluetoothMapClient.aidl",
        "android/bluetooth/IBluetoothMcpServiceManager.aidl",