blob: a7137d9ae8fb09e94b3b211a563ed4316ae85795 [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 Davidsond4ee4f42019-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",
12}
13
Hall Liu029bf052019-12-12 19:03:44 -080014apex {
15 name: "com.android.telephony",
16 manifest: "apex_manifest.json",
Amit Mahajand9e9b652020-02-06 14:59:46 -080017 //apps: ["StkLib"],
Hall Liu029bf052019-12-12 19:03:44 -080018
19 defaults:["com.android.telephony-defaults"],
20}
21
Amit Mahajan98fe5e32019-12-03 17:21:41 -080022apex_key {
23 name: "com.android.telephony.key",
24 public_key: "com.android.telephony.avbpubkey",
25 private_key: "com.android.telephony.pem",
26}
27
28android_app_certificate {
29 name: "com.android.telephony.certificate",
30 // This will use com.android.telephony.x509.pem (the cert) and
31 // com.android.telephony.pk8 (the private key)
32 certificate: "com.android.telephony",
Amit Mahajand9e9b652020-02-06 14:59:46 -080033}