Add a CLI driver for compos_key_service.
This will eventually go away, but it's useful for verifying that the
service is working. But the cert -> RSAPublicKey code will end up
somewhere else eventually - either in C++ or Rust.
Bug: 191763370
Test: Manual - start service, generate key, verify. Inspect files.
Change-Id: I2181cf5331992a4236500545a9fdfd8640b57c1d
diff --git a/apex/Android.bp b/apex/Android.bp
index bf38860..2194c67 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -47,6 +47,7 @@
binaries: [
"fd_server",
"vm",
+ "compos_key_cmd",
// tools to create composite images
"mk_cdisk",