blob: b4f828402de072dfb8c42a227c01fcdc3f5746a4 [file] [log] [blame]
apex {
name: "com.android.virt",
// TODO(jiyong): make it updatable
// updatable: true,
manifest: "manifest.json",
key: "com.android.virt.key",
certificate: ":com.android.virt.certificate",
arch: {
arm64: {
binaries: [
// crosvm is disabled for x86 device targets.
"crosvm",
],
},
},
min_sdk_version: "S",
}
apex_key {
name: "com.android.virt.key",
public_key: "com.android.virt.avbpubkey",
private_key: "com.android.virt.pem",
}
android_app_certificate {
name: "com.android.virt.certificate",
certificate: "com.android.virt",
}