Merge "Update trusty to use secretkeeper hal V1" into main
This commit is contained in:
commit
43772f2bc2
1 changed files with 2 additions and 4 deletions
|
|
@ -27,18 +27,16 @@ rust_binary {
|
||||||
"src/hal_main.rs",
|
"src/hal_main.rs",
|
||||||
],
|
],
|
||||||
rustlibs: [
|
rustlibs: [
|
||||||
|
"android.hardware.security.secretkeeper-V1-rust",
|
||||||
"libandroid_logger",
|
"libandroid_logger",
|
||||||
"libauthgraph_hal",
|
"libauthgraph_hal",
|
||||||
"libauthgraph_wire",
|
"libauthgraph_wire",
|
||||||
"libbinder_rs",
|
"libbinder_rs",
|
||||||
"liblibc",
|
"liblibc",
|
||||||
"liblog_rust",
|
"liblog_rust",
|
||||||
"libsecretkeeper_hal",
|
"libsecretkeeper_hal_v1",
|
||||||
"libtrusty-rs",
|
"libtrusty-rs",
|
||||||
],
|
],
|
||||||
defaults: [
|
|
||||||
"secretkeeper_use_latest_hal_aidl_rust",
|
|
||||||
],
|
|
||||||
prefer_rlib: true,
|
prefer_rlib: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue