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

Commit 94910783 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

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



This reverts commit 1bef8c55.

Reason for revert: AOSP is fixed with new vendor image

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

@@ -82,6 +84,7 @@ 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 <cutils/sched_policy.h>
#include <processgroup/sched_policy.h>

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