diff options
author | 2025-01-09 10:56:45 -0800 | |
---|---|---|
committer | 2025-01-09 10:56:45 -0800 | |
commit | 9e06baedd9e7258376a12bb277c90fe1fa0ab445 (patch) | |
tree | 0856f2010d78f890461f26b957cdf3459bb29c80 | |
parent | ab5a837426dbcb4feea824d0bc0930526607ba97 (diff) | |
parent | 9d41acdddc51617959c651559d65c06cc13a6846 (diff) |
Merge "[bt] Add the Google module in pixel image" into main
-rw-r--r-- | android/config.go | 2 | ||||
-rw-r--r-- | apex/apex.go | 2 |
2 files changed, 2 insertions, 2 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", diff --git a/apex/apex.go b/apex/apex.go index 773439152..d1d3d97d0 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -1056,7 +1056,7 @@ var ( "com.android.appsearch", "com.android.art", "com.android.art.debug", - "com.android.btservices", + "com.android.bt", "com.android.cellbroadcast", "com.android.configinfrastructure", "com.android.conscrypt", |