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

Commit 96a0dfc3 authored by T.J. Mercier's avatar T.J. Mercier
Browse files

libprocessgroup: Remove host_supported from libcgrouprc

...which no longer appears to be required.

Bug: 349105928
Change-Id: I55b664e0ca2599c894dd15a55f55f5401e91e2fd
parent 8972ce18
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;