diff options
author | 2024-12-18 18:56:34 -0800 | |
---|---|---|
committer | 2025-01-08 14:00:29 -0800 | |
commit | 9d41acdddc51617959c651559d65c06cc13a6846 (patch) | |
tree | 3a0ca4548df2dfc17b54ed79ca4b4b0f7dc4b2c1 /apex/apex.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 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |