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

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

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



This reverts commit 11c2ff5c.

Reason for revert: AOSP is fixed with new vendor image

Change-Id: I96db6ffe9cce3d5158b96c171026839d62ec3756
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent 4a73d963
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ cc_test {
        "liblog",
        "libprotobuf-cpp-lite",
        "libcutils",
        "libprocessgroup",
        "libutils",
        "libcrypto",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_library_shared {
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libprocessgroup",
        "libprotobuf-cpp-lite",
        "libutils",
        "libtinyxml2",
+3 −0
Original line number Diff line number Diff line
@@ -12,4 +12,7 @@ cc_library_static {
        "packages/modules/Bluetooth/system/stack/include",
    ],
    srcs: ["src/bt_utils.cc"],
    shared_libs: [
        "libprocessgroup",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

#define A2DP_RT_PRIORITY 1
#ifndef OS_GENERIC
#include <cutils/sched_policy.h>
#include <processgroup/sched_policy.h>
#endif

#include "bt_types.h"