diff options
-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" + } + ] + } + ] +} |