Files
Android11/system/bt/apex/Android.bp
2023-10-13 14:01:41 +00:00

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",
}