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

Commit dfc9ac1b authored by Shaquille Johnson's avatar Shaquille Johnson Committed by Automerger Merge Worker
Browse files

Merge "Update keymint latest aidl for cpp version code" am: a8ceb157 am: f531ea6f

parents 708160f7 f531ea6f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -71,6 +71,13 @@ cc_defaults {
    ],
}

cc_defaults {
    name: "keymint_use_latest_hal_aidl_cpp_shared",
    shared_libs: [
        "android.hardware.security.keymint-V3-cpp",
    ],
}

// A rust_defaults that includes the latest KeyMint AIDL library.
// Modules that depend on KeyMint directly can include this cc_defaults to avoid
// managing dependency versions explicitly.