diff options
author | 2025-01-09 10:56:45 -0800 | |
---|---|---|
committer | 2025-01-09 10:56:45 -0800 | |
commit | 9e06baedd9e7258376a12bb277c90fe1fa0ab445 (patch) | |
tree | 0856f2010d78f890461f26b957cdf3459bb29c80 /android/config.go | |
parent | ab5a837426dbcb4feea824d0bc0930526607ba97 (diff) | |
parent | 9d41acdddc51617959c651559d65c06cc13a6846 (diff) |
Merge "[bt] Add the Google module in pixel image" into main
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 70c5e4f28..87aacd5cb 100644 --- a/android/config.go +++ b/android/config.go @@ -2189,7 +2189,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", |