Bob Badour | 1fcc3d7 | 2021-02-12 18:21:19 -0800 | [diff] [blame^] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "packages_services_Telephony_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["packages_services_Telephony_license"], |
| 8 | } |
| 9 | |
Hall Liu | 029bf05 | 2019-12-12 19:03:44 -0800 | [diff] [blame] | 10 | apex_defaults { |
| 11 | name: "com.android.telephony-defaults", |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 12 | |
| 13 | // optional. if unspecified, a default one is auto-generated |
| 14 | androidManifest: "AndroidManifest.xml", |
| 15 | |
Jeff Davidson | 4a04210 | 2019-12-26 21:42:45 +0000 | [diff] [blame] | 16 | //java_libs: ["telephony-common", "ims-common", "voip-common"], |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 17 | //apps: ["TeleService", "StkLib", "ONSLib"], |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 18 | |
| 19 | key: "com.android.telephony.key", |
| 20 | certificate: ":com.android.telephony.certificate", |
Mathew Inwood | 75b4a21 | 2021-02-16 13:59:53 +0000 | [diff] [blame] | 21 | |
| 22 | updatable: false, |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 23 | } |
| 24 | |
Hall Liu | 029bf05 | 2019-12-12 19:03:44 -0800 | [diff] [blame] | 25 | apex { |
| 26 | name: "com.android.telephony", |
| 27 | manifest: "apex_manifest.json", |
Amit Mahajan | a81a320 | 2020-02-06 14:59:46 -0800 | [diff] [blame] | 28 | //apps: ["StkLib"], |
Hall Liu | 029bf05 | 2019-12-12 19:03:44 -0800 | [diff] [blame] | 29 | |
| 30 | defaults:["com.android.telephony-defaults"], |
| 31 | } |
| 32 | |
Amit Mahajan | 98fe5e3 | 2019-12-03 17:21:41 -0800 | [diff] [blame] | 33 | apex_key { |
| 34 | name: "com.android.telephony.key", |
| 35 | public_key: "com.android.telephony.avbpubkey", |
| 36 | private_key: "com.android.telephony.pem", |
| 37 | } |
| 38 | |
| 39 | android_app_certificate { |
| 40 | name: "com.android.telephony.certificate", |
| 41 | // This will use com.android.telephony.x509.pem (the cert) and |
| 42 | // com.android.telephony.pk8 (the private key) |
| 43 | certificate: "com.android.telephony", |
Amit Mahajan | a81a320 | 2020-02-06 14:59:46 -0800 | [diff] [blame] | 44 | } |