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

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

Merge "libbinder: add libactivitymanager_aidl" am: 5e7768d7 am: d778b905 am: 853dc283

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

Change-Id: I0a46dc97e0e868ccd31895e3d9019feb2e9aee16
parents ddae80ef 853dc283
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -293,3 +293,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",
    ],
}