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

Commit f531ea6f 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

parents b05ef110 a8ceb157
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.