Create separate components for mocking and print
This isolates these tests from the effects of other tests.
Test: m -j cts
Change-Id: I678bb72df6a1d4733cdfd4d1f357a38fd903ddfb
diff --git a/tests/pdf/AndroidTest.xml b/tests/pdf/AndroidTest.xml
index e237461..a402e10 100644
--- a/tests/pdf/AndroidTest.xml
+++ b/tests/pdf/AndroidTest.xml
@@ -16,7 +16,9 @@
<configuration description="Config for CTS Pdf test cases">
<option name="test-suite-tag" value="cts" />
<option name="not-shardable" value="true" />
- <option name="config-descriptor:metadata" key="component" value="framework" />
+
+ <!-- Printing is a large user of PDF, hence run the tests in the same component -->
+ <option name="config-descriptor:metadata" key="component" value="print" />
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" />