platform_system_core/trusty/keymint
Charisee 0f42bd4a83 Update needed for Rust v1.77.0
error: field `0` is never read
  --> system/core/trusty/keymint/src/keymint_hal_main.rs:40:24
   |
40 | struct HalServiceError(String);
   |        --------------- ^^^^^^
   |        |
   |        field in this struct
   |
   = note: `HalServiceError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
   |
40 | struct HalServiceError(());
   |                        ~~


Bug: http://b/330185853
Test: ./test_compiler.py --prebuilt-path dist/rust-dev.tar.xz  --target aosp_cf_x86_64_phone --image

Change-Id: I79fb9019ba00900508aead414de80edd51f3fa2e
2024-04-02 04:53:01 +00:00
..
fuzz Add tipc fuzzer for KeyMint/Rust 2023-05-16 12:28:22 +01:00
src Update needed for Rust v1.77.0 2024-04-02 04:53:01 +00:00
Android.bp trusty: keymint: Statically link Rust deps 2023-07-27 22:36:28 +00:00
android.hardware.hardware_keystore.rust.trusty-keymint.xml KeyMint HAL in Rust for Trusty 2022-12-06 13:51:35 +00:00
android.hardware.security.keymint-service.rust.trusty.rc KeyMint HAL in Rust for Trusty 2022-12-06 13:51:35 +00:00
android.hardware.security.keymint-service.rust.trusty.xml KeyMint HAL in Rust for Trusty 2022-12-06 13:51:35 +00:00