blob: 8c4929ccee2f1b8e52c503c561bac1fadd903f0a [file] [log] [blame]
Daniel Normand1ba1912021-08-26 13:52:07 -07001package {
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 "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_native_license"],
8}
9
10apex_key {
11 name: "com.android.hardware.core_permissions.key",
12 public_key: "com.android.hardware.core_permissions.avbpubkey",
13 private_key: "com.android.hardware.core_permissions.pem",
14}
15
16android_app_certificate {
17 name: "com.android.hardware.core_permissions.certificate",
18 certificate: "com.android.hardware.core_permissions",
19}
20
21apex {
22 name: "com.android.hardware.core_permissions",
23 manifest: "apex_manifest.json",
24 key: "com.android.hardware.core_permissions.key",
25 certificate: ":com.android.hardware.core_permissions.certificate",
26 file_contexts: "file_contexts",
27 updatable: false,
28 // Install the apex in /vendor/apex
29 soc_specific: true,
30 prebuilts: [
31 "handheld_core_hardware.prebuilt.xml",
32 "aosp_excluded_hardware.prebuilt.xml",
33 ],
34}