diff options
| author | 2019-09-30 02:13:18 -0700 | |
|---|---|---|
| committer | 2019-09-30 02:13:18 -0700 | |
| commit | 9c81490c06302b0626d9669bf78b4e9596c2af12 (patch) | |
| tree | 01a92657f88fe6a2aae0c840aee306f85fd601a0 | |
| parent | 3fa7792c2a3a43d6912713c755059cecf1a49b63 (diff) | |
| parent | 434be1034e280bdd7204aa1c3c1d119077e7cc69 (diff) | |
Merge "dumpsys += TEST_MAPPING" am: 79c73f4a9e am: bce5a0fb92 am: e649642b18
am: 434be1034e
Change-Id: Ic1eaa712fac611b3a4701c5b7775d9249a867a6c
| -rw-r--r-- | cmds/dumpsys/TEST_MAPPING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cmds/dumpsys/TEST_MAPPING b/cmds/dumpsys/TEST_MAPPING new file mode 100644 index 0000000000..dc88ada034 --- /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" + } + ] +} |