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

Commit 270fee6e authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

Add libprocessgroup dependency and fix sched_policy include



libbt-utils uses set_sched_policy which is now implemented inside
libprocessgroup. Add required dependency and header file include.

Exempt-From-Owner-Approval: janitorial

Bug: 111307099
Test: builds, boots

Change-Id: I4d0dcfad22b30ac249a7874b42a7121e2ffedadb
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent 71ea401c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -129,6 +129,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"