summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-08-22 11:27:59 -0700
committerWilliam Escande <wescande@google.com>2022-08-22 11:27:59 -0700
commit4db625386f29aa48fd9fd8a08582a60deb1c5580 (patch)
tree77a13c18a2d0d056f2cb4ee1afce59f4e27b591a
parente6ba398cb2b7313ee88e6a9c94bde7479d118d77 (diff)
downloadlibhardware-4db625386f29aa48fd9fd8a08582a60deb1c5580.tar.gz
[Bluetooth apex] Use new apex name
The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ie016fa354f5c9516b2f9a671f2235787f92da37d
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a34c7901..e567ccae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,7 +60,7 @@ cc_library_headers {
},
apex_available: [
"//apex_available:platform",
- "com.android.bluetooth",
+ "com.android.btservices",
"com.android.media.swcodec",
],
min_sdk_version: "29",