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

Commit 590a3170 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:...

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

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2317170



Change-Id: I21c2997366696950afbf3f87a1ec32fbf4711779
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d3727ad9 dfc9ac1b
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.