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

Commit cac69b6c authored by Matthew Maurer's avatar Matthew Maurer
Browse files

trusty: keymint: Statically link Rust deps

Vendor libraries can be linked dynamically now, but until more Rust
components are using it, static is more efficient.

Bug: 292062611
Test: TH
Change-Id: I3708f5fac1ace797b6233811adf3ec71218d5738
parent 64062f8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ rust_binary {
        "liblibc",
        "liblog_rust",
    ],
    prefer_rlib: true,
    required: [
        "android.hardware.hardware_keystore.xml",
    ],