1apex { 2 name: "com.android.bluetooth.updatable", 3 4 manifest: "apex_manifest.json", 5 6 native_shared_libs: [ 7 "libbluetooth_jni", 8 "libbluetooth" 9 ], 10 apps: ["Bluetooth"], 11 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} 28