diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-04-25 02:18:44 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-04-25 02:18:44 +0200 |
commit | c6ebcaaad7512da4b2ef6f438fd78c92c28774ec (patch) | |
tree | 30586f06223466169af49e8285e65b17d1fbdf5c | |
parent | Merge "minadbd: Support `adb reboot` under sideload/rescue modes." (diff) | |
parent | Add TEST_MAPPING. (diff) | |
download | android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar.gz android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar.bz2 android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar.lz android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar.xz android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.tar.zst android_bootable_recovery-c6ebcaaad7512da4b2ef6f438fd78c92c28774ec.zip |
-rw-r--r-- | TEST_MAPPING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000..a7c34ddaa --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + "name": "minadbd_test" + }, + { + "name": "recovery_unit_test" + }, + { + "name": "recovery_component_test" + } + ] +} |