1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "system_bt_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["system_bt_license"], 8} 9 10apex { 11 name: "com.android.bluetooth.updatable", 12 enabled: false, 13 14 manifest: "apex_manifest.json", 15 16 native_shared_libs: [ 17 "libbluetooth_jni", 18 "libbluetooth" 19 ], 20 apps: ["Bluetooth"], 21 22 compile_multilib: "both", 23 24 key: "com.android.bluetooth.updatable.key", 25 certificate: ":com.android.bluetooth.updatable.certificate", 26} 27 28apex_key { 29 name: "com.android.bluetooth.updatable.key", 30 public_key: "com.android.bluetooth.updatable.avbpubkey", 31 private_key: "com.android.bluetooth.updatable.pem", 32} 33 34android_app_certificate { 35 name: "com.android.bluetooth.updatable.certificate", 36 certificate: "com.android.bluetooth.updatable", 37} 38