blob: 82f871349018b3082e9e08d9595f24f8ef8f3b5f [file] [log] [blame]
Zach Johnson3c6fd702019-11-09 18:24:47 -08001apex {
2 name: "com.android.bluetooth.updatable",
Zach Johnson3c6fd702019-11-09 18:24:47 -08003
4 manifest: "apex_manifest.json",
5
6 native_shared_libs: [
Steven Laver1f8acc32020-01-02 14:19:11 -08007 "//packages/apps/Bluetooth:libbluetooth_jni",
Zach Johnson3c6fd702019-11-09 18:24:47 -08008 "libbluetooth"
9 ],
Steven Laver1f8acc32020-01-02 14:19:11 -080010 apps: ["//packages/apps/Bluetooth:Bluetooth"],
Zach Johnson3c6fd702019-11-09 18:24:47 -080011
12 compile_multilib: "both",
13
14 key: "com.android.bluetooth.updatable.key",
15 certificate: ":com.android.bluetooth.updatable.certificate",
16}
17
18apex_key {
19 name: "com.android.bluetooth.updatable.key",
20 public_key: "com.android.bluetooth.updatable.avbpubkey",
21 private_key: "com.android.bluetooth.updatable.pem",
22}
23
24android_app_certificate {
25 name: "com.android.bluetooth.updatable.certificate",
26 certificate: "com.android.bluetooth.updatable",
27}