Loading apex/Android.bp +19 −17 Original line number Diff line number Diff line Loading @@ -7,8 +7,17 @@ package { default_applicable_licenses: ["system_bt_license"], } apex_defaults { name: "com.android.bluetooth-defaults", linker_config { name: "bluetooth-linker-config", src: "linker.config.json", installable: false, } //Mainline bluetooth apex module. apex { name: "com.android.bluetooth", defaults: ["t-launched-apex-module"], manifest: "apex_manifest.json", bootclasspath_fragments: ["com.android.bluetooth-bootclasspath-fragment"], systemserverclasspath_fragments: ["com.android.bluetooth-systemserverclasspath-fragment"], apps: ["Bluetooth"], Loading @@ -23,31 +32,24 @@ apex_defaults { }, prebuilts: [ "audio_set_configurations_bfbs", "audio_set_configurations_json", "audio_set_scenarios_bfbs", "audio_set_scenarios_json", "bluetooth-linker-config", "bt_did.conf", "bt_stack.conf", "privapp_allowlist_com.android.bluetooth.services.xml", ], key: "com.android.bluetooth.key", certificate: ":com.android.bluetooth.certificate", defaults: ["t-launched-apex-module"], updatable: true, // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } linker_config { name: "bluetooth-linker-config", src: "linker.config.json", installable: false, } //Mainline bluetooth apex module. apex { name: "com.android.bluetooth", defaults: ["com.android.bluetooth-defaults"], manifest: "apex_manifest.json", prebuilts: ["privapp_allowlist_com.android.bluetooth.services.xml"], } apex_key { name: "com.android.bluetooth.key", public_key: "com.android.bluetooth.avbpubkey", Loading Loading
apex/Android.bp +19 −17 Original line number Diff line number Diff line Loading @@ -7,8 +7,17 @@ package { default_applicable_licenses: ["system_bt_license"], } apex_defaults { name: "com.android.bluetooth-defaults", linker_config { name: "bluetooth-linker-config", src: "linker.config.json", installable: false, } //Mainline bluetooth apex module. apex { name: "com.android.bluetooth", defaults: ["t-launched-apex-module"], manifest: "apex_manifest.json", bootclasspath_fragments: ["com.android.bluetooth-bootclasspath-fragment"], systemserverclasspath_fragments: ["com.android.bluetooth-systemserverclasspath-fragment"], apps: ["Bluetooth"], Loading @@ -23,31 +32,24 @@ apex_defaults { }, prebuilts: [ "audio_set_configurations_bfbs", "audio_set_configurations_json", "audio_set_scenarios_bfbs", "audio_set_scenarios_json", "bluetooth-linker-config", "bt_did.conf", "bt_stack.conf", "privapp_allowlist_com.android.bluetooth.services.xml", ], key: "com.android.bluetooth.key", certificate: ":com.android.bluetooth.certificate", defaults: ["t-launched-apex-module"], updatable: true, // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } linker_config { name: "bluetooth-linker-config", src: "linker.config.json", installable: false, } //Mainline bluetooth apex module. apex { name: "com.android.bluetooth", defaults: ["com.android.bluetooth-defaults"], manifest: "apex_manifest.json", prebuilts: ["privapp_allowlist_com.android.bluetooth.services.xml"], } apex_key { name: "com.android.bluetooth.key", public_key: "com.android.bluetooth.avbpubkey", Loading