28 lines
660 B
Plaintext
28 lines
660 B
Plaintext
apex {
|
|
name: "com.android.bluetooth.updatable",
|
|
|
|
manifest: "apex_manifest.json",
|
|
|
|
native_shared_libs: [
|
|
"libbluetooth_jni",
|
|
"libbluetooth"
|
|
],
|
|
apps: ["Bluetooth"],
|
|
|
|
compile_multilib: "both",
|
|
|
|
key: "com.android.bluetooth.updatable.key",
|
|
certificate: ":com.android.bluetooth.updatable.certificate",
|
|
}
|
|
|
|
apex_key {
|
|
name: "com.android.bluetooth.updatable.key",
|
|
public_key: "com.android.bluetooth.updatable.avbpubkey",
|
|
private_key: "com.android.bluetooth.updatable.pem",
|
|
}
|
|
|
|
android_app_certificate {
|
|
name: "com.android.bluetooth.updatable.certificate",
|
|
certificate: "com.android.bluetooth.updatable",
|
|
}
|