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

Commit 21fc6b40 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 69f4fd9f 11c2ff5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -129,7 +129,6 @@ cc_test {
        "liblog",
        "libprotobuf-cpp-lite",
        "libcutils",
        "libprocessgroup",
        "libutils",
        "libcrypto",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ cc_library_shared {
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libprocessgroup",
        "libprotobuf-cpp-lite",
        "libutils",
        "libtinyxml2",
+0 −3
Original line number Diff line number Diff line
@@ -12,7 +12,4 @@ 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 <processgroup/sched_policy.h>
#include <cutils/sched_policy.h>
#endif

#include "bt_types.h"