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

Commit d778b905 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: add libactivitymanager_aidl" am: 5e7768d7

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1664326

Change-Id: I46e470414fd4d800d50f6b186fd278e70b8c9a1c
parents cddf80e8 5e7768d7
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",
    ],
}