diff options
author | 2024-12-18 18:56:34 -0800 | |
---|---|---|
committer | 2025-01-08 14:00:29 -0800 | |
commit | 9d41acdddc51617959c651559d65c06cc13a6846 (patch) | |
tree | 3a0ca4548df2dfc17b54ed79ca4b4b0f7dc4b2c1 /android/config.go | |
parent | 5f09297fdf7538ddc9aad5e9b0eecfe184592538 (diff) |
[bt] Add the Google module in pixel image
Flag: EXEMPT adding Google module to build is not flagged
Test: presubmit
Test: m then flash device then check Bluetooth version & functionality
Bug: 383863941
Change-Id: I7cd578a9afa253c44278574dd5c31b8a67eb5458
Merged-In: I7cd578a9afa253c44278574dd5c31b8a67eb5458
(cherry picked from commit 534b6ad4b4086271aa2d245c6568b6594947bae6)
Diffstat (limited to 'android/config.go')
-rw-r--r-- | android/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config.go b/android/config.go index e9cb2cd31..ca170db61 100644 --- a/android/config.go +++ b/android/config.go @@ -2182,7 +2182,7 @@ var ( "RELEASE_APEX_CONTRIBUTIONS_ADSERVICES": "com.android.adservices", "RELEASE_APEX_CONTRIBUTIONS_APPSEARCH": "com.android.appsearch", "RELEASE_APEX_CONTRIBUTIONS_ART": "com.android.art", - "RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH": "com.android.btservices", + "RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH": "com.android.bt", "RELEASE_APEX_CONTRIBUTIONS_CAPTIVEPORTALLOGIN": "", "RELEASE_APEX_CONTRIBUTIONS_CELLBROADCAST": "com.android.cellbroadcast", "RELEASE_APEX_CONTRIBUTIONS_CONFIGINFRASTRUCTURE": "com.android.configinfrastructure", |