commit | 4db625386f29aa48fd9fd8a08582a60deb1c5580 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Mon Aug 22 11:27:59 2022 -0700 |
committer | William Escande <wescande@google.com> | Mon Aug 22 11:27:59 2022 -0700 |
tree | 77a13c18a2d0d056f2cb4ee1afce59f4e27b591a | |
parent | e6ba398cb2b7313ee88e6a9c94bde7479d118d77 [diff] |
[Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ie016fa354f5c9516b2f9a671f2235787f92da37d
diff --git a/Android.bp b/Android.bp index a34c790..e567cca 100644 --- a/Android.bp +++ b/Android.bp
@@ -60,7 +60,7 @@ }, apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", "com.android.media.swcodec", ], min_sdk_version: "29",