commit | 83c6aefb5dd7866d64c44af8cd6d771b8d4e9517 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Nov 03 17:17:34 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Nov 07 10:30:26 2023 +0000 |
tree | f5d64cc3e696a51d6e1745d7666df98d65a16371 | |
parent | 0e4c1c4129042734702ab273b6d1d5ccbb149d57 [diff] [blame] |
[refactor] Split watchdog in a standalone library for reuse This simplifies the task of creating an independent library of rkpd_client later. Test: atest keystore2_test Bug: 241428146 Change-Id: I2834c9be9f5100d52829e6392f0dd48e7c76beb1
diff --git a/keystore2/Android.bp b/keystore2/Android.bp index 271f94d..dd036c2 100644 --- a/keystore2/Android.bp +++ b/keystore2/Android.bp
@@ -61,6 +61,7 @@ "libserde_cbor", "libthiserror", "libtokio", + "libwatchdog_rs", ], shared_libs: [ "libcutils",