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

Commit c7809876 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Remove un-necessary build dependencies" into main

parents 685666e5 5d398d54
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
@@ -145,13 +145,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
@@ -1675,7 +1675,6 @@ cc_test {
        "libosi",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
    ],
    sanitize: {
@@ -1739,7 +1738,6 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libcrypto",
    ],
    target: {
Loading