blob: 25a49098a1b23978405887b54e681d6bd7c7556e [file] [log] [blame]
Hall Liu029bf052019-12-12 19:03:44 -08001apex_defaults {
2 name: "com.android.telephony-defaults",
Amit Mahajan98fe5e32019-12-03 17:21:41 -08003
4 // optional. if unspecified, a default one is auto-generated
5 androidManifest: "AndroidManifest.xml",
6
Jeff Davidson4a042102019-12-26 21:42:45 +00007 //java_libs: ["telephony-common", "ims-common", "voip-common"],
Amit Mahajan98fe5e32019-12-03 17:21:41 -08008 //apps: ["TeleService", "StkLib", "ONSLib"],
Amit Mahajan98fe5e32019-12-03 17:21:41 -08009
10 key: "com.android.telephony.key",
11 certificate: ":com.android.telephony.certificate",
Mathew Inwood75b4a212021-02-16 13:59:53 +000012
13 updatable: false,
Amit Mahajan98fe5e32019-12-03 17:21:41 -080014}
15
Hall Liu029bf052019-12-12 19:03:44 -080016apex {
17 name: "com.android.telephony",
18 manifest: "apex_manifest.json",
Amit Mahajana81a3202020-02-06 14:59:46 -080019 //apps: ["StkLib"],
Hall Liu029bf052019-12-12 19:03:44 -080020
21 defaults:["com.android.telephony-defaults"],
22}
23
Amit Mahajan98fe5e32019-12-03 17:21:41 -080024apex_key {
25 name: "com.android.telephony.key",
26 public_key: "com.android.telephony.avbpubkey",
27 private_key: "com.android.telephony.pem",
28}
29
30android_app_certificate {
31 name: "com.android.telephony.certificate",
32 // This will use com.android.telephony.x509.pem (the cert) and
33 // com.android.telephony.pk8 (the private key)
34 certificate: "com.android.telephony",
Amit Mahajana81a3202020-02-06 14:59:46 -080035}