summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apex/Android.bp36
-rw-r--r--service/Android.bp2
2 files changed, 1 insertions, 37 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 5c71a3e89c..ee3ef92b98 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -13,42 +13,6 @@ linker_config {
installable: false,
}
-// Mainline bluetooth apex module (legacy, do not use).
-// TODO: Remove
-apex {
- name: "com.android.bluetooth",
- defaults: ["t-launched-apex-module"],
- manifest: "apex_manifest.json",
- bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"],
- systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
- compat_configs: ["bluetooth-compat-config"],
- apps: ["Bluetooth"],
-
- multilib: {
- first: {
- // Extractor process runs only with the primary ABI.
- jni_libs: [
- "libbluetooth_jni",
- ],
- },
- },
-
- prebuilts: [
- "audio_set_configurations_bfbs",
- "audio_set_configurations_json",
- "audio_set_scenarios_bfbs",
- "audio_set_scenarios_json",
- "btservices-linker-config",
- "bt_did.conf",
- "bt_stack.conf",
- "privapp_allowlist_com.android.bluetooth.xml",
- ],
- key: "com.android.btservices.key",
- certificate: ":com.android.btservices.certificate",
- updatable: false,
- compressible: false,
-}
-
// Mainline bluetooth apex module.
apex {
name: "com.android.btservices",
diff --git a/service/Android.bp b/service/Android.bp
index c43ac23bfd..48f4752393 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -141,7 +141,7 @@ java_library {
],
libs: ["libprotobuf-java-nano"],
apex_available: [
- "com.android.bluetooth",
+ "com.android.btservices",
],
lint: { strict_updatability_linting: true },
}