diff options
author | Philip P. Moltmann <moltmann@google.com> | 2019-10-11 12:08:40 -0700 |
---|---|---|
committer | Philip P. Moltmann <moltmann@google.com> | 2019-10-11 14:53:15 -0700 |
commit | c137f1c6791934b9ef98d055d801f92b538292eb (patch) | |
tree | b146e1d53641aa944635c7e9f1846916de2a2451 | |
parent | 601aa669856bec764271440a79131a8b4ee01711 (diff) |
Add TEST_MAPPING for print and pdf tests
Test: TH
Change-Id: I7157c630fccb8b4d50672ac014e5cd020f1ac71f
-rw-r--r-- | core/java/android/print/TEST_MAPPING | 12 | ||||
-rw-r--r-- | core/java/android/print/pdf/TEST_MAPPING | 7 | ||||
-rw-r--r-- | graphics/java/android/graphics/pdf/TEST_MAPPING | 7 | ||||
-rw-r--r-- | packages/PrintSpooler/TEST_MAPPING | 12 | ||||
-rw-r--r-- | services/print/java/com/android/server/print/TEST_MAPPING | 12 |
5 files changed, 50 insertions, 0 deletions
diff --git a/core/java/android/print/TEST_MAPPING b/core/java/android/print/TEST_MAPPING new file mode 100644 index 000000000000..4fa882265e53 --- /dev/null +++ b/core/java/android/print/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsPrintTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} diff --git a/core/java/android/print/pdf/TEST_MAPPING b/core/java/android/print/pdf/TEST_MAPPING new file mode 100644 index 000000000000..d763598f5ba0 --- /dev/null +++ b/core/java/android/print/pdf/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsPdfTestCases" + } + ] +} diff --git a/graphics/java/android/graphics/pdf/TEST_MAPPING b/graphics/java/android/graphics/pdf/TEST_MAPPING new file mode 100644 index 000000000000..d763598f5ba0 --- /dev/null +++ b/graphics/java/android/graphics/pdf/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsPdfTestCases" + } + ] +} diff --git a/packages/PrintSpooler/TEST_MAPPING b/packages/PrintSpooler/TEST_MAPPING new file mode 100644 index 000000000000..4fa882265e53 --- /dev/null +++ b/packages/PrintSpooler/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsPrintTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} diff --git a/services/print/java/com/android/server/print/TEST_MAPPING b/services/print/java/com/android/server/print/TEST_MAPPING new file mode 100644 index 000000000000..4fa882265e53 --- /dev/null +++ b/services/print/java/com/android/server/print/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsPrintTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} |