diff options
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index 24e5de9aa9a0..5c84a628c00d 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -29,7 +29,12 @@ "file_patterns": ["SensorPrivacyService\\.java"] }, { - "name": "BinaryTransparencyServiceTest", + "name": "FrameworksServicesTests", + "options": [ + { + "include-filter": "com.android.server.BinaryTransparencyServiceTest" + } + ], "file_patterns": ["BinaryTransparencyService\\.java"] } ], |