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

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

Merge "libprocessgroup: Remove host_supported from libcgrouprc" into main am:...

Merge "libprocessgroup: Remove host_supported from libcgrouprc" into main am: 5ff6db8e am: 21255ee1

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3377033



Change-Id: I3da5aef3ccf16a55df58877e580d6459e5aee741
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9aedf050 21255ee1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package {

cc_library {
    name: "libcgrouprc",
    host_supported: true,
    // Do not ever mark this as vendor_available; otherwise, vendor modules
    // that links to the static library will behave unexpectedly. All on-device
    // modules should use libprocessgroup which links to the LL-NDK library
+0 −5
Original line number Diff line number Diff line
@@ -21,11 +21,6 @@

__BEGIN_DECLS

// For host builds, __INTRODUCED_IN is not defined.
#ifndef __INTRODUCED_IN
#define __INTRODUCED_IN(x)
#endif

struct ACgroupController;
typedef struct ACgroupController ACgroupController;