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

Commit 226d9962 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge changes from topic "move_binder" into main

* changes:
  Rename service/binder to service/aidl
  Move system/binder to android/app/aidl
parents 4142d089 ae7a94ef
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