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

Commit 2ede0a2d authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder.vendor: remove activity manager AIDL

These can't be used to communicate with am via /dev/vndbinder, and
we can save a bit of resources by removing these from libbinder.vendor.

Bug: 183654927
Test: build only
Change-Id: Ie2a35186f2991fc4c3379c93c13b09f08e3a2bcf
parent dde1abd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ libbinder_device_interface_sources = [
    "PermissionController.cpp",
    "ProcessInfoService.cpp",
    "IpPrefix.cpp",
    ":activity_manager_procstate_aidl",
]

cc_library {
@@ -127,7 +128,6 @@ cc_library {
        "TextOutput.cpp",
        "Utils.cpp",
        ":libbinder_aidl",
        ":activity_manager_procstate_aidl",
    ],

    target: {