commit | 2591c3d0cf4c5621745dd9e06957f67256201fab | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Mon Aug 22 11:27:58 2022 -0700 |
committer | William Escande <wescande@google.com> | Mon Aug 22 11:27:58 2022 -0700 |
tree | 1b41654b0c799029c7db5ce8332644b505fcfc6c | |
parent | a3fe17250dbe2f4222741c9665bf78b487d1d1f3 [diff] [blame] |
[Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ib63646722cbef948b5198fc5f2a9b5ac2ca52ae3
diff --git a/bluetooth/1.1/Android.bp b/bluetooth/1.1/Android.bp index 4ac2009..f8a05f1 100644 --- a/bluetooth/1.1/Android.bp +++ b/bluetooth/1.1/Android.bp
@@ -23,6 +23,6 @@ gen_java: true, apex_available: [ "//apex_available:platform", - "com.android.bluetooth", + "com.android.btservices", ], }