commit | 79c73f4a9e36bb4d922375116eb5c171b3dada51 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Sep 30 08:42:17 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 30 08:42:17 2019 +0000 |
tree | c9231d34739943102e8c593fee70edd032428226 | |
parent | 83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb [diff] | |
parent | aac3f25da1397f670f446ffdb3a7c5b5eb98e97f [diff] |
Merge "dumpsys += TEST_MAPPING"
diff --git a/cmds/dumpsys/TEST_MAPPING b/cmds/dumpsys/TEST_MAPPING new file mode 100644 index 0000000..dc88ada --- /dev/null +++ b/cmds/dumpsys/TEST_MAPPING
@@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + // small test which assumes the output format of dumpsys, however + // there are many other parts of Android that expect the output + // to be a specific way (see b/141728094) + "name": "timezone_data_e2e_tests" + }, + { + "name": "dumpsys_test" + } + ] +}