Update trusty to use secretkeeper hal V1

The HAL has been updated to V2, but the trusty prebuilt implementation
does not yet have that code. Update trusty secretkeeper build to use V1
specifically instead of latest until the prebuilt has those changes.

Bug: 372223451
Test: TH
Change-Id: Ic2e9b578b50685d71b5597d8d34ac7ee36b6ddc9
This commit is contained in:
Matt Gilbride 2024-12-03 22:44:52 +00:00
parent 445d2e0025
commit 7a1cf9a52d

View file

@ -27,18 +27,16 @@ rust_binary {
"src/hal_main.rs",
],
rustlibs: [
"android.hardware.security.secretkeeper-V1-rust",
"libandroid_logger",
"libauthgraph_hal",
"libauthgraph_wire",
"libbinder_rs",
"liblibc",
"liblog_rust",
"libsecretkeeper_hal",
"libsecretkeeper_hal_v1",
"libtrusty-rs",
],
defaults: [
"secretkeeper_use_latest_hal_aidl_rust",
],
prefer_rlib: true,
}