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

Commit 5d398d54 authored by William Escande's avatar William Escande
Browse files

Remove un-necessary build dependencies

Test: mmm packages/modules/Bluetooth
Flag: Exempt, Build change only
Bug: 327276793
Change-Id: I2f21c24aed68bafc3abca17f25a83ce202209514
parent adacd755
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ cc_library_shared {
        "server_configurable_flags",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libaaudio",
        "libbinder_ndk",
        "libcrypto",
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ cc_defaults {
        "libcgrouprc",
        "libcgrouprc_format",
        "libchrome",
        "libcom.android.sysprop.bluetooth.wrapped",
        "libcutils",
        "libevent",
        "libg722codec",
+0 −2
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ rust_defaults {
        "libbtif-core",
        "libc++fs",
        "libchrome",
        "libcom.android.sysprop.bluetooth.wrapped",
        "libevent",
        "libflatbuffers-cpp",
        "libg722codec",
@@ -82,7 +81,6 @@ rust_defaults {
        "libudrv-uipc",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
        "libcutils",
        "libgrpc++",
+1 −1
Original line number Diff line number Diff line
@@ -149,13 +149,13 @@ cc_library_static {
    ],
    whole_static_libs: [
        "libbluetooth_gd", // Gabeldorsche
        "libcom.android.sysprop.bluetooth.wrapped",
    ],
    header_libs: ["libbluetooth_headers"],
    static_libs: [
        "libbluetooth_log",
        "libbt-platform-protos-lite",
        "libbt_shim_bridge",
        "libcom.android.sysprop.bluetooth.wrapped",
    ],
}

+0 −2
Original line number Diff line number Diff line
@@ -1676,7 +1676,6 @@ cc_test {
        "libosi",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
    ],
    sanitize: {
@@ -1740,7 +1739,6 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
    ],
    target: {
Loading