Use com.android.compos.certificate.
We define it, but don't use it. This doesn't seem to cause any harm at
the moment, but I suspect it would cause problems with a release
build.
Test: Still builds.
Change-Id: I2663cc1433b413777fdb300c0fd0e2f6908ad787
diff --git a/compos/apex/Android.bp b/compos/apex/Android.bp
index 7638c41..061c362 100644
--- a/compos/apex/Android.bp
+++ b/compos/apex/Android.bp
@@ -31,6 +31,7 @@
manifest: "manifest.json",
file_contexts: ":com.android.compos-file_contexts",
key: "com.android.compos.key",
+ certificate: ":com.android.compos.certificate",
// TODO(victorhsieh): make it updatable
updatable: false,