diff options
author | 2025-03-17 21:14:22 -0700 | |
---|---|---|
committer | 2025-03-17 21:14:22 -0700 | |
commit | 821316396f83f15d597acf99fa5b1419461b3286 (patch) | |
tree | 4062e14e06c8784a2b0a8c0ccac85b5809bb58aa | |
parent | 17c022abec16af5db0fd6e8c83fbec849c700c5c (diff) | |
parent | 714c99aa52286aa9d95dffb0fbe6cbeb6e68cbb1 (diff) |
Merge "corrects jacoco filters to com.android.bluetooth for BluetoothJavaUnitTests" into main
-rw-r--r-- | android/app/tests/unit/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/tests/unit/Android.bp b/android/app/tests/unit/Android.bp index a5b7dc36c8..6bf4f72d9f 100644 --- a/android/app/tests/unit/Android.bp +++ b/android/app/tests/unit/Android.bp @@ -69,7 +69,7 @@ android_test { "src/**/*.kt", ], jacoco: { - include_filter: ["android.bluetooth.*"], + include_filter: ["com.android.bluetooth.*"], exclude_filter: [], }, |