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

Commit 80610593 authored by David Duarte's avatar David Duarte
Browse files

Remove dependency on libprocessgroup.so

libprocessgroup.so was pulling in libcgrouprc.so
which added a requireNativeLib to our apex requiring
coverage for it.

libprocessgroup.so was only used to raise the priority
of a uipc task, which is a legacy way of the stack to send
audio and should be replaced by HIDL or AIDL.

Test: libcgrouprc is not part of requireNativeLibs in apex_manifest
Fix: 274006628
Fix: 274008074
Fix: 274008052
Fix: 274008062
Fix: 274006620
Fix: 274004991
Change-Id: I5f38bf4c80b29c3c603b59f641ec86cdac608204
parent 43033bb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ cc_library {
        "libbtif-core",
        "libbt-hci",
        "libbt-stack-core",
        "libbt-utils",
        "libbtcore",
        "libosi",
        "lib-bt-packets",
+0 −2
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ cc_defaults {
        "libbt_shim_bridge",
        "libbt_shim_ffi",
        "libjsoncpp",
        "libbt-utils",
        "libbtdevice",
        "libcgrouprc",
        "libflatbuffers-cpp",
@@ -78,7 +77,6 @@ cc_defaults {
        "libopus",
        "libstatslog_bt",
        "libvndksupport",
        "libprocessgroup",
        "libbluetooth_gd",
        "libFraunhoferAAC",
        "libbt-sbc-decoder",
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ cc_defaults {
        "packages/modules/Bluetooth/system/stack/btm",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "packages/modules/Bluetooth/system/utils/include",
        "packages/modules/Bluetooth/system/gd/rust/shim",
    ],
    header_libs: ["libbluetooth_headers"],
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ static_library("bta") {
    "//bt/system/stack/include",
    "//bt/system/stack/btm",
    "//bt/system/udrv/include",
    "//bt/system/utils/include",
    "//bt/system/vnd/include",
    "//bt/system/btif/include",
    "//bt/system/btif/avrcp",
+0 −5
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ btifCommonIncludes = [
    "packages/modules/Bluetooth/system/stack/include",
    "packages/modules/Bluetooth/system/stack/l2cap",
    "packages/modules/Bluetooth/system/udrv/include",
    "packages/modules/Bluetooth/system/utils/include",
    "packages/modules/Bluetooth/system/vnd/include",
    "system/libhwbinder/include",
]
@@ -262,7 +261,6 @@ cc_test {
        "libcrypto",
        "libfmq",
        "libhidlbase",
        "libprocessgroup",
    ],
    static_libs: [
        "android.hardware.bluetooth.a2dp@1.0",
@@ -282,7 +280,6 @@ cc_test {
        "libbt-sbc-encoder",
        "libbt-stack",
        "libbt-stack-core",
        "libbt-utils",
        "libFraunhoferAAC",
        "libg722codec",
        "liblc3",
@@ -488,7 +485,6 @@ cc_test {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/utils/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/libfmq/include",
        "system/libhwbinder/include",
@@ -613,7 +609,6 @@ cc_test {
        "packages/modules/Bluetooth/system/stack/include",
        "packages/modules/Bluetooth/system/stack/l2cap",
        "packages/modules/Bluetooth/system/udrv/include",
        "packages/modules/Bluetooth/system/utils/include",
        "packages/modules/Bluetooth/system/vnd/include",
        "system/libfmq/include",
        "system/libhwbinder/include",
Loading