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

Commit 07cad92d authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by android-build-merger
Browse files

Add libprocessgroup dependency and fix sched_policy include am: 43a4b857

am: ad4b2338

Change-Id: I332a3251035d209f454fc5ccd5eca6b6810e03f2
parents c322c7ae ad4b2338
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"