diff options
author | 2022-09-07 17:01:51 -0700 | |
---|---|---|
committer | 2022-09-07 17:01:51 -0700 | |
commit | 733b745f92404299a211447b99d95af6870360ed (patch) | |
tree | 9289f180e4d2df278f88d1d87bdd0a3fda078f03 /apex | |
parent | e40b76666c776b4494e854b2d1857312e74ac826 (diff) |
Remove obsolete com.android.bluetooth apex
Bug: 243054261
Test: build + TH
Change-Id: I75cecfcd432e6446687134489bb66527bb32eeb4
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 36 |
1 files changed, 0 insertions, 36 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", |