| commit | 276bca9da8326c654a526961525e06743a103848 | [log] [tgz] |
|---|---|---|
| author | Ronald Braunstein <[email protected]> | Wed Nov 20 04:18:20 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Wed Nov 20 04:18:20 2024 +0000 |
| tree | 357df6882aa48801947c38fc8779a250f2973c79 | |
| parent | 2c2ee74a6ba4d958527853ebe6a296844b965c1c [diff] | |
| parent | 5cd08b169e2706f6a25c2e7831c47d7731d5f2c0 [diff] |
Change TEST_MAPPING to use test_module_config rather than list options. am: 5cd08b169e Original change: https://android-review.googlesource.com/c/platform/system/libhwbinder/+/3364257 Change-Id: Ic3310d19b7e74c5ca416bc33c2a4dacb2b09404a Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/TEST_MAPPING b/TEST_MAPPING index 07320c9..e56bb83 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING
@@ -4,20 +4,10 @@ "name": "libbinderthreadstateutils_test" }, { - "name": "SettingsGoogleUnitTests", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - } - ] + "name": "SettingsGoogleUnitTests" }, { - "name": "CtsOsTestCases", - "options": [ - { - "include-filter": "android.os.cts.HwBinderTest" - } - ] + "name": "CtsOsTestCases_cts_hwbindertest" } ] }