blob: 7baf966c0b72dc1c2f3fb426b2a4419138a19c3b [file] [log] [blame]
Jiyong Parkda119cb2020-12-07 15:58:23 +09001apex {
2 name: "com.android.virt",
3
4 // TODO(jiyong): make it updatable
5 // updatable: true,
6
7 manifest: "manifest.json",
8
9 key: "com.android.virt.key",
10 certificate: ":com.android.virt.certificate",
11
12 min_sdk_version: "S",
13}
14
15apex_key {
16 name: "com.android.virt.key",
17 public_key: "com.android.virt.avbpubkey",
18 private_key: "com.android.virt.pem",
19}
20
21android_app_certificate {
22 name: "com.android.virt.certificate",
23 certificate: "com.android.virt",
24}