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

Commit 5e7768d7 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: add libactivitymanager_aidl"

parents 7ed740c1 8a2085c5
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",
    ],
}