diff options
| author | 2020-08-26 13:31:40 -0700 | |
|---|---|---|
| committer | 2020-08-26 13:34:49 -0700 | |
| commit | f0d3173606efcfe1b572ff76289cfc884bfd6b4f (patch) | |
| tree | 4e5107397cc5231e5b4cde02843fef58262c6df2 | |
| parent | 728043732026926db4c31a30731a95c21a053923 (diff) | |
Add TEST_MAPPINGs for CDM
Adds CDM test to run in presubmit
Test: presubmit
Change-Id: Id5020e4e0a28016e03f2e474dec9d181fe82f405
| -rw-r--r-- | core/java/android/companion/TEST_MAPPING | 12 | ||||
| -rw-r--r-- | packages/CompanionDeviceManager/TEST_MAPPING | 12 | ||||
| -rw-r--r-- | services/companion/TEST_MAPPING | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/core/java/android/companion/TEST_MAPPING b/core/java/android/companion/TEST_MAPPING new file mode 100644 index 000000000000..63f54fa35158 --- /dev/null +++ b/core/java/android/companion/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsOsTestCases", + "options": [ + { + "include-filter": "android.os.cts.CompanionDeviceManagerTest" + } + ] + } + ] +} diff --git a/packages/CompanionDeviceManager/TEST_MAPPING b/packages/CompanionDeviceManager/TEST_MAPPING new file mode 100644 index 000000000000..63f54fa35158 --- /dev/null +++ b/packages/CompanionDeviceManager/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsOsTestCases", + "options": [ + { + "include-filter": "android.os.cts.CompanionDeviceManagerTest" + } + ] + } + ] +} diff --git a/services/companion/TEST_MAPPING b/services/companion/TEST_MAPPING new file mode 100644 index 000000000000..63f54fa35158 --- /dev/null +++ b/services/companion/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsOsTestCases", + "options": [ + { + "include-filter": "android.os.cts.CompanionDeviceManagerTest" + } + ] + } + ] +} |