platform_system_core/trusty
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
..
apploader trusty: apploader: fail specifically if app package is 0 bytes 2023-12-07 12:16:09 +00:00
confirmationui trusty: Remove explicit page-alignment of mmap and dmabuf allocations 2023-10-12 13:50:31 -07:00
coverage trusty: Remove explicit page-alignment of mmap and dmabuf allocations 2023-10-12 13:50:31 -07:00
fuzz Merge "Revert "rpc_binder: Change trusty_tipc_fuzzer to support multiple connections and messages"" into main 2024-01-26 10:15:47 +00:00
gatekeeper Convert Gatekeeper from HIDL to AIDL 2023-02-08 18:41:56 +00:00
keymaster Merge "Add tipc fuzzer for KeyMint/Rust" into main 2023-10-19 08:31:09 +00:00
keymint Update needed for Rust v1.77.0 2024-04-02 04:53:01 +00:00
libtrusty tipc-test: Allow tipc tests to be run as benchmarks 2024-01-17 16:51:33 +00:00
libtrusty-rs Add safety comments. 2023-07-21 19:13:48 +01:00
line-coverage trusty: Remove explicit page-alignment of mmap and dmabuf allocations 2023-10-12 13:50:31 -07:00
metrics [Metrics] Add helper data structures to parse metrics messages 2024-03-06 17:27:57 +00:00
secretkeeper Update needed for Rust v1.77.0 2024-04-02 04:53:01 +00:00
secure_dpu [LSC] Add LOCAL_LICENSE_KINDS to system/core 2021-02-19 12:59:05 -08:00
stats s/master/main/ 2023-10-04 23:31:09 +00:00
storage trusty: storageproxyd: fix logging of freed path pointer 2023-12-18 11:03:36 +00:00
test trusty/test/binder: Add package support for modules that have AIDL interfaces 2022-12-02 20:27:28 +00:00
utils trusty: rpmb_dev: Use socket from init and update init script 2024-03-19 20:02:34 +00:00
Android.bp trusty: update default_applicable_licenses "Android-Apache-2.0" 2021-11-29 19:53:54 +00:00
OWNERS Remove marcone@google.com from trusty/OWNERS 2023-11-30 16:37:53 +00:00
trusty-base.mk Drop TODO for flag enablement 2024-02-21 13:50:12 +00:00
trusty-storage.mk trusty: storage: implement storage proxy daemon 2016-05-02 15:12:01 -07:00
trusty-test.mk trusty: Convert Trusty driver tests to python_test 2022-02-22 17:40:29 -08:00