platform_system_security/keystore2
Charisee 95ea3ceef5 Update needed for Rust v1.77.0
error: field `0` is never read
   --> system/security/keystore2/src/database.rs:848:31
    |
848 | pub struct PerBootDbKeepAlive(Connection);
    |            ------------------ ^^^^^^^^^^
    |            |
    |            field in this struct
    |
    = 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 wh
ile preserving the field numbering, or remove the field
    |
848 | pub struct PerBootDbKeepAlive(());
    |                               ~~

error: aborting due to 1 previous error


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

Test: m rust
Change-Id: I4cb81c955372c4f8f50b940b389f2d7cfc5d3ce9
2024-03-27 23:46:39 +00:00
..
aaid Format Android.bp files with bpfmt 2024-01-18 08:34:35 +01:00
aconfig Set the container field of aconfig flags 2024-02-03 02:39:40 +00:00
aidl Remove obsolete TODO from IKeystoreAuthorization.aidl 2024-03-22 21:03:11 +00:00
apc_compat Format Android.bp files with bpfmt 2024-01-18 08:34:35 +01:00
legacykeystore Fix style warnings for rustc 1.76.0 2024-02-28 21:53:07 +00:00
message_macro [refactor] Split the message macro in a standalone library for reuse 2023-11-07 13:47:54 +00:00
rkpd_client Make librkpd_client available to com.android.virt 2023-11-13 10:31:19 +00:00
selinux Replace use of deprecated logging functions 2024-02-07 14:33:36 +01:00
src Update needed for Rust v1.77.0 2024-03-27 23:46:39 +00:00
test_utils Fixes for the issues found while running Keystore2 client tests on a 2024-02-19 20:24:47 +00:00
tests Merge "Added not_multi_abi configuration for keystore2_client_tests module." into main 2024-03-06 20:37:33 +00:00
watchdog Replace use of deprecated logging functions 2024-02-07 14:33:36 +01:00
Android.bp Migrate structured logging for audit logging to the Rust macro. 2024-03-07 16:56:22 +00:00
android.system.keystore2-service.xml Add new error for system errors that are retryable 2024-01-12 15:50:54 +00:00
keystore2.rc Increase RLIMIT_MEMLOCK for keystore2 2023-12-04 19:43:16 +00:00
OWNERS Adding an OWNERS file as requested in b/288143537 2023-06-30 21:42:52 +00:00
rustfmt.toml Run rustfmt and add rustfmt.toml to directory 2022-09-19 11:23:31 +00:00
TEST_MAPPING [rkpd] Refactor rkpd_client into an independent lib for reuse 2023-11-13 10:31:08 +00:00