libbinder: TEST_MAPPING CtsOsTestCases
Since there are several parcel tests and other binder tests there.
Bug: 157536820
Test: CtsOsTestCases
Change-Id: I22d2e866dd0c5370cac22b0cef545f4e0c1adf63
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
index 9aa7651..c03abca 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -29,6 +29,17 @@
},
{
"name": "libbinderthreadstateutils_test"
+ },
+ {
+ "name": "CtsOsTestCases",
+ "options": [
+ {
+ "exclude-filter": "android.os.cts.BuildTest#testSdkInt"
+ },
+ {
+ "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage"
+ }
+ ]
}
]
}