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

Commit 6f13d115 authored by T.J. Mercier's avatar T.J. Mercier
Browse files

libutils: Remove unused dependency on libprocessgroup_headers

Bug: 349105928
Test: m
Change-Id: Ic3e64b073c0ba087c3db19fb428c8c9132c8211f
parent 1fd7993f
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -33,14 +33,12 @@ cc_library_headers {
        "libbase_headers",
        "libbase_headers",
        "libcutils_headers",
        "libcutils_headers",
        "liblog_headers",
        "liblog_headers",
        "libprocessgroup_headers",
        "libsystem_headers",
        "libsystem_headers",
    ],
    ],
    export_header_lib_headers: [
    export_header_lib_headers: [
        "libbase_headers",
        "libbase_headers",
        "libcutils_headers",
        "libcutils_headers",
        "liblog_headers",
        "liblog_headers",
        "libprocessgroup_headers",
        "libsystem_headers",
        "libsystem_headers",
    ],
    ],
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
+0 −5
Original line number Original line Diff line number Diff line
@@ -36,11 +36,6 @@


#include <log/log.h>
#include <log/log.h>


#if defined(__ANDROID__)
#include <processgroup/processgroup.h>
#include <processgroup/sched_policy.h>
#endif

#if defined(__ANDROID__)
#if defined(__ANDROID__)
# define __android_unused
# define __android_unused
#else
#else