summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOriol Prieto Gascó <opg@google.com>2022-06-22 17:18:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-06-22 17:18:44 +0000
commit6c730c9711eb79ad6a1b130f371022c3cf0efc4c (patch)
tree726fa2cf8377dfda98834e634aa3803cc196ee20
parentc13fca73712c9e630d73ff09f5bd096742ffbaa1 (diff)
parent0d6331851b2f647db28565ad142571428ce9a140 (diff)
downloadcts-6c730c9711eb79ad6a1b130f371022c3cf0efc4c.tar.gz
Merge "Change package name of BT stack" into tm-dev
-rw-r--r--hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ConfigUtils.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ConfigUtils.java b/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ConfigUtils.java
index 23ffc03e686..be665ba4013 100644
--- a/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ConfigUtils.java
+++ b/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ConfigUtils.java
@@ -68,8 +68,10 @@ public final class ConfigUtils {
.setId(CONFIG_ID)
.addAllowedLogSource("AID_SYSTEM")
.addAllowedLogSource("AID_BLUETOOTH")
- // TODO(b/134091167): Fix bluetooth source name issue in Auto platform.
+ .addAllowedLogSource("com.android.bluetooth")
+ // TODO(b/236681553): Remove this.
.addAllowedLogSource("com.android.bluetooth.services")
+ // TODO(b/236681553): Remove this.
.addAllowedLogSource("com.google.android.bluetooth.services")
.addAllowedLogSource("AID_LMKD")
.addAllowedLogSource("AID_MEDIA")