diff options
author | 2023-03-29 20:46:09 +0000 | |
---|---|---|
committer | 2023-03-29 20:49:51 +0000 | |
commit | 974b0e5244850d500f6d2827f7e1adeb9f7432bd (patch) | |
tree | 38cb77174797d81077af3bb43a88780083428a64 /apex | |
parent | 28ebd0a90fecadbfaae5829f9998a7667ccfae4d (diff) |
Add missing bluetoothapk-platform-compat-config in btservices apex
Test: TreeHugger
Bug: 275786550
Change-Id: I3da2075ebc1482a45f054f20d4cc899bc19860ed
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index f68c56cc17..7451a8c455 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -23,6 +23,7 @@ apex { compat_configs: [ "bluetooth-compat-config", "framework-bluetooth-compat-config", + "bluetoothapk-platform-compat-config", ], apps: ["Bluetooth"], |