diff options
-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 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", 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", |