diff options
| -rw-r--r-- | libs/binder/TEST_MAPPING | 8 | ||||
| -rw-r--r-- | libs/binder/rust/TEST_MAPPING | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 61a611d5f2..dafc87952f 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -50,6 +50,14 @@ "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage" } ] + }, + { + "name": "libbinder_rs-internal_test" + } + ], + "postsubmit": [ + { + "name": "rustBinderTest" } ] } diff --git a/libs/binder/rust/TEST_MAPPING b/libs/binder/rust/TEST_MAPPING deleted file mode 100644 index 50c474cdf2..0000000000 --- a/libs/binder/rust/TEST_MAPPING +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presubmit": [ - { - "name": "libbinder_rs-internal_test" - } - ], - "postsubmit": [ - { - "name": "rustBinderTest" - } - ] -} |