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

Commit d266d0c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable LTO for libbluetooth_core_rs_bridge" into main

parents 9c5d77ca eff4017f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -145,6 +145,11 @@ cc_library_static {
    generated_sources: ["libbluetooth_core_rs_bridge_codegen"],
    apex_available: ["com.android.btservices"],
    min_sdk_version: "Tiramisu",
    // Bug: 286537287 this library gets linked with Rust objects but cross-language LTO
    // isn't supported yet.
    lto: {
        never: true,
    },
}

/// FFI codegen