From 1651267c9ca107d230d9c8e426d56219cd4c7db2 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Wed, 15 Dec 2021 15:49:04 +0000 Subject: [PATCH] Renamed bluetooth apex name to com.android.bluetooth Tag: #feature Bug: 206614050 Test: Compiles Change-Id: I4dc9f3d12ddc12e320a97c68144d5b642d6ab29b --- apex/apex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/apex.go b/apex/apex.go index 0a785f3d0..af1ece481 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2641,7 +2641,7 @@ func makeApexAvailableBaseline() map[string][]string { // // Module separator // - m["com.android.bluetooth.updatable"] = []string{ + m["com.android.bluetooth"] = []string{ "android.hardware.audio.common@5.0", "android.hardware.bluetooth.a2dp@1.0", "android.hardware.bluetooth.audio@2.0",