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

Commit f5b73bc8 authored by Karuna Wadhera's avatar Karuna Wadhera
Browse files

Add keymint_use_latest_hal_aidl_java

Test: m
Change-Id: Id8ade021e471ec3f0d2a162b5595de41a16f4a84
parent 358509c1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -99,3 +99,13 @@ rust_defaults {
        "android.hardware.security.keymint-V4-rust",
    ],
}

// java_defaults that includes the latest KeyMint AIDL library.
// Modules that depend on KeyMint directly can include this java_defaults to avoid
// managing dependency versions explicitly.
java_defaults {
    name: "keymint_use_latest_hal_aidl_java",
    static_libs: [
        "android.hardware.security.keymint-V4-java",
    ],
}