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

Commit 9c57f3bf authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Gerrit Code Review
Browse files

Merge "DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include""

parents be07f771 f145309d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ cc_defaults {
        "libcutils",
        "liblog",
        "liblogwrap",
        "libprocessgroup",
        "libselinux",
        "libutils",
    ],
@@ -170,7 +169,6 @@ cc_library_static {
        "libbase",
        "libcutils",
        "liblog",
        "libprocessgroup",
        "libutils",
    ],
}
@@ -208,7 +206,6 @@ cc_binary {
        "libcutils",
        "liblog",
        "liblogwrap",
        "libprocessgroup",
        "libselinux",
        "libutils",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include <log/log.h>               // TODO: Move everything to base/logging.
#include <openssl/sha.h>
#include <private/android_filesystem_config.h>
#include <processgroup/sched_policy.h>
#include <selinux/android.h>
#include <system/thread_defs.h>

+0 −3
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ cc_test {
        "libbinder",
        "libcrypto",
        "libcutils",
        "libprocessgroup",
        "libselinux",
        "libutils",
    ],
@@ -51,7 +50,6 @@ cc_test {
        "libbinder",
        "libcrypto",
        "libcutils",
        "libprocessgroup",
        "libselinux",
        "libutils",
    ],
@@ -74,7 +72,6 @@ cc_test {
        "libbinder",
        "libcrypto",
        "libcutils",
        "libprocessgroup",
        "libselinux",
        "libutils",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ sharedLibraries = [
    "liblog",
    "libhardware",
    "libnativewindow",
    "libprocessgroup",
    "libutils",
    "libEGL",
    "libGLESv1_CM",
+1 −1
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
#include <binder/IServiceManager.h>
#include <binder/ProcessState.h>
#include <cutils/properties.h>
#include <cutils/sched_policy.h>
#include <log/log.h>
#include <private/dvr/display_client.h>
#include <processgroup/sched_policy.h>
#include <sys/prctl.h>
#include <sys/resource.h>

Loading