summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Philip P. Moltmann <moltmann@google.com> 2019-10-11 11:57:53 -0700
committer Philip P. Moltmann <moltmann@google.com> 2019-10-11 12:00:46 -0700
commit601aa669856bec764271440a79131a8b4ee01711 (patch)
tree2fb137f068a33cd6cef5dc0f357d0a5480710f47
parent963754df145bf23b063e105721cd8d999e1bce33 (diff)
Add test mapping for CtsUsbSerialTestApp
So that it is only run for the code that might break the test. Test: TH Change-Id: I3f749c11260564191bf2220723f040234d40e7fc
-rw-r--r--services/core/java/com/android/server/os/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/os/TEST_MAPPING b/services/core/java/com/android/server/os/TEST_MAPPING
new file mode 100644
index 000000000000..502f1e852e08
--- /dev/null
+++ b/services/core/java/com/android/server/os/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsUsbTests"
+ }
+ ]
+}