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

Commit 13a7e7f7 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Move system/binder to android/app/aidl am: 25f8bcfe am: b150f059 am: 2c16d7a6

parents eed1bc4f 2c16d7a6
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