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

Commit a8ceb157 authored by Shaquille Johnson's avatar Shaquille Johnson Committed by Gerrit Code Review
Browse files

Merge "Update keymint latest aidl for cpp version code"

parents e7e44e00 b692c60e
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.