summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
author William Escande <wescande@google.com> 2025-01-07 15:50:28 -0800
committer William Escande <wescande@google.com> 2025-01-08 14:26:56 -0800
commitbb7ed75d922c3b8e68e182ef3f06d6c8c7d53f67 (patch)
tree75efb570d2ba769bd80dac1ad2970c2fe2a6a063 /apex
parentcce9c8add1a9e97d29dcf714ffcd8ae232d41074 (diff)
Disable obsolete and deprecated btservices
Flag: EXEMPT build change Test: presubmit Test: m then flash device then check Bluetooth version & functionality Bug: 383863941 Change-Id: I79d6ff4344f938c5dc8a8972355a9df36ea658a9
Diffstat (limited to 'apex')
-rw-r--r--apex/Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 6cc95be562..d8f4603a8c 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -26,6 +26,7 @@ linker_config {
// This is kept for soong purposes but this apex doesn't do anything anymore
// TODO b/383863941 delete
apex {
+ enabled: false,
name: "com.android.btservices",
defaults: ["t-launched-apex-module"],
manifest: "apex_manifest.json",
@@ -48,15 +49,6 @@ android_app_certificate {
certificate: "com.android.btservices",
}
-sdk {
- name: "btservices-module-sdk",
- apexes: [
- // Adds exportable dependencies of the APEX to the sdk,
- // e.g. *classpath_fragments.
- "com.android.btservices",
- ],
-}
-
// Mainline bluetooth apex module.
apex {
name: "com.android.bt",