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

Commit 21255ee1 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: 5ff6db8e

parents 9b53b19b 5ff6db8e
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;