commit | 41e67191713d1264e5dbf7d04eefa2533ce47e0a | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Fri Nov 05 09:00:19 2021 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Fri Jan 07 12:43:54 2022 -0800 |
tree | bbaf83d85521091ef4a64ab64cd635e1582a081a | |
parent | aaba4afe509a2b1ad21e3a7688c884090ffb9961 [diff] [blame] |
Diced: Implement HAL proxy node and initialize it in diced_main. Still using sample artifacts if no HAL was found. Test: diced_client_test Bug: 198197213 Change-Id: I2d218f04cd53a6177dddd3e984879832287bd4dc
diff --git a/diced/Android.bp b/diced/Android.bp index bef1dec..db0268c 100644 --- a/diced/Android.bp +++ b/diced/Android.bp
@@ -125,6 +125,7 @@ name: "diced", srcs: ["src/diced_main.rs"], rustlibs: [ + "android.hardware.security.dice-V1-rust", "libandroid_logger", "libbinder_rs", "libdiced",