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

Commit 25f8bcfe authored by David Duarte's avatar David Duarte
Browse files

Move system/binder to android/app/aidl

Those interfaces are implemented by the Bluetooth target
and not by libbluetooth.

Test: m com.android.btservices
Bug: 305310339
Change-Id: I40c03e64e98a2576ca8c44edfd61c01d687991eb
parent da3e225a
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -7,13 +7,9 @@ package {
    default_applicable_licenses: ["system_bt_license"],
}

// AIDL interface between libbluetooth-binder and framework.jar
// AIDL interface between Bluetooth and framework.jar
filegroup {
    name: "libbluetooth-binder-aidl",
    visibility: [
        "//frameworks/base",
        "//packages/modules/Bluetooth:__subpackages__",
    ],
    name: "Bluetooth-binder-aidl",
    srcs: [
        ":framework-bluetooth-updatable-exported-aidl-sources",
        ":modules-utils-synchronous-result-receiver-aidl",
Loading