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

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

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

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

Change-Id: I7a3fab68d51f1d6151ab29da166099502be5752e
parents 8f3d2fa6 d778b905
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",
    ],
}