summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-08-26 23:50:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-08-26 23:50:48 +0000
commit7800a458040666924ad4b2dd82efd390e5cf656c (patch)
tree137f5b03fd8c4f9b384d32d174a9b3a5d724c73b /core/java/android
parentd72af5ff706f75f4370887878a8106912707cb40 (diff)
parentf0d3173606efcfe1b572ff76289cfc884bfd6b4f (diff)
Merge "Add TEST_MAPPINGs for CDM"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/companion/TEST_MAPPING12
1 files changed, 12 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"
+ }
+ ]
+ }
+ ]
+}