Hall Liu | 029bf05 | 2019-12-12 19:03:44 -0800 | [diff] [blame] | 1 | apex_defaults { |
| 2 | name: "com.android.telephony-defaults", |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 3 | |
| 4 | // optional. if unspecified, a default one is auto-generated |
| 5 | androidManifest: "AndroidManifest.xml", |
| 6 | |
Jeff Davidson | d4ee4f4 | 2019-12-26 21:42:45 +0000 | [diff] [blame] | 7 | //java_libs: ["telephony-common", "ims-common", "voip-common"], |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 8 | //apps: ["TeleService", "StkLib", "ONSLib"], |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 9 | |
| 10 | key: "com.android.telephony.key", |
| 11 | certificate: ":com.android.telephony.certificate", |
| 12 | } |
| 13 | |
Hall Liu | 029bf05 | 2019-12-12 19:03:44 -0800 | [diff] [blame] | 14 | apex { |
| 15 | name: "com.android.telephony", |
| 16 | manifest: "apex_manifest.json", |
| 17 | apps: ["StkLib"], |
| 18 | |
| 19 | defaults:["com.android.telephony-defaults"], |
| 20 | } |
| 21 | |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 22 | apex_key { |
| 23 | name: "com.android.telephony.key", |
| 24 | public_key: "com.android.telephony.avbpubkey", |
| 25 | private_key: "com.android.telephony.pem", |
| 26 | } |
| 27 | |
| 28 | android_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", |
Jeff Davidson | d4ee4f4 | 2019-12-26 21:42:45 +0000 | [diff] [blame] | 33 | } |