Add CompOsKeyService to ICompOsService
ICompOsService is renamed from ICompService in this change. The
implementation starts to include a CompOsKeyService, but it has not
started to use it.
Bug: 194717985
Bug: 161471326
Test: ComposHostTestCases
Change-Id: Ifddd1109f387e061989dba7292b629c04b07fa34
diff --git a/compos/Android.bp b/compos/Android.bp
index 7f4f55c..a626103 100644
--- a/compos/Android.bp
+++ b/compos/Android.bp
@@ -30,6 +30,8 @@
name: "compsvc",
srcs: ["src/compsvc_main.rs"],
rustlibs: [
+ "android.hardware.security.keymint-V1-rust",
+ "android.system.keystore2-V1-rust",
"authfs_aidl_interface-rust",
"compos_aidl_interface-rust",
"libandroid_logger",
@@ -39,6 +41,8 @@
"libclap",
"liblog_rust",
"libminijail_rust",
+ "libring",
+ "libscopeguard",
],
prefer_rlib: true,
shared_libs: [