fixup! bluetooth: abandon app local certificate

Change-Id: Ia817ac8dcbabb40798ffe2189727196393cb0a26
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/apex/Android.bp b/apex/Android.bp
index 2527a73..87eedb2 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -23,7 +23,7 @@
     systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
     compat_configs: ["bluetooth-compat-config"],
     key: "com.android.btservices.key",
-    certificate: ":com.android.btservices.certificate",
+    certificate: "bluetooth",
     updatable: false,
     compressible: false,
 }
@@ -58,7 +58,7 @@
         "privapp_allowlist_com.android.bluetooth.xml",
     ],
     key: "com.android.btservices.key",
-    certificate: ":com.android.btservices.certificate",
+    certificate: "bluetooth",
     updatable: false,
     compressible: false,
 }
@@ -69,11 +69,6 @@
     private_key: "com.android.btservices.pem",
 }
 
-android_app_certificate {
-    name: "com.android.btservices.certificate",
-    certificate: "com.android.btservices",
-}
-
 sdk {
     name: "btservices-module-sdk",
     bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"],