diff options
| -rw-r--r-- | services/core/java/com/android/server/pm/TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/pm/TEST_MAPPING b/services/core/java/com/android/server/pm/TEST_MAPPING index b7a069e10b67..47cce9f9e019 100644 --- a/services/core/java/com/android/server/pm/TEST_MAPPING +++ b/services/core/java/com/android/server/pm/TEST_MAPPING @@ -52,6 +52,14 @@ ] }, { + "name": "GtsContentTestCases", + "options": [ + { + "include-filter": "com.google.android.content.gts" + } + ] + }, + { "name": "GtsSecurityHostTestCases", "options": [ { |