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

Commit 1bef8c55 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users"



This reverts commit 02843339.

Reason for revert: Broke AOSP

Change-Id: I62f91c0adf440b5da0a145862b04dd27a7016faf
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent c98b1efd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ CHARGER_STATIC_LIBRARIES := \
    libbase \
    libutils \
    libcutils \
    libprocessgroup \
    liblog \
    libm \
    libc \
+1 −4
Original line number Diff line number Diff line
@@ -27,10 +27,7 @@ cc_library {
        enabled: true,
        support_system_process: true,
    },
    shared_libs: [
        "libbase",
        "liblog",
    ],
    shared_libs: ["libbase"],
    // for cutils/android_filesystem_config.h
    header_libs: [
        "libcutils_headers",
+0 −3
Original line number Diff line number Diff line
@@ -22,13 +22,11 @@ cc_library_headers {
        "liblog_headers",
        "libsystem_headers",
        "libcutils_headers",
        "libprocessgroup_headers",
    ],
    export_header_lib_headers: [
        "liblog_headers",
        "libsystem_headers",
        "libcutils_headers",
        "libprocessgroup_headers",
    ],
    export_include_dirs: ["include"],

@@ -84,7 +82,6 @@ cc_defaults {

            shared_libs: [
                "libcutils",
                "libprocessgroup",
                "libdl",
                "libvndksupport",
            ],
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

#include <utils/Log.h>

#include <processgroup/sched_policy.h>
#include <cutils/sched_policy.h>

#if defined(__ANDROID__)
# define __android_unused
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ cc_binary {
    shared_libs: [
        "libcutils",
        "liblog",
        "libprocessgroup",
    ],
    static_libs: [
        "libstatslogc",
Loading