commit | 601aa669856bec764271440a79131a8b4ee01711 | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Fri Oct 11 11:57:53 2019 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Fri Oct 11 12:00:46 2019 -0700 |
tree | 2fb137f068a33cd6cef5dc0f357d0a5480710f47 | |
parent | 963754df145bf23b063e105721cd8d999e1bce33 [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
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 0000000..502f1e8 --- /dev/null +++ b/services/core/java/com/android/server/os/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsUsbTests" + } + ] +}