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

Commit bd9aa6ae authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "vndservicemanager requires vndservice" am: 959ba52f am: b71048aa...

Merge "vndservicemanager requires vndservice" am: 959ba52f am: b71048aa am: be349a89 am: 898fae97

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

Change-Id: I78551fde0f0fd8cd7228b4fc323f31ac51a5f07e
parents 33e2b20f 898fae97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ cc_binary {
    cflags: [
        "-DVENDORSERVICEMANAGER=1",
    ],
    required: [
        "vndservice",
    ],
    srcs: ["main.cpp"],
}