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

Commit 8a2085c5 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: add libactivitymanager_aidl

Start splitting out activity manager. This adds an empty library so it
can be added in internal branches where the dependency is needed.

Bug: 183654927
Test: N/A
Change-Id: I1f2334de38b196c28d74f324dde72d55b9648f90
parent 9e8ee9bd
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -296,3 +296,14 @@ cc_library {
        "liblog",
    ],
}

// TODO(b/183654927): initially empty lib to work around some merge conflicts
cc_library {
    name: "libactivitymanager_aidl",
    srcs: [],
    shared_libs: [
        "libbinder",
        "libutils",
        "liblog",
    ],
}