diff options
author | Tobias Thierer <tobiast@google.com> | 2019-09-30 17:21:06 +0100 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-09-30 17:38:36 +0100 |
commit | af56126157a5ed210a48dd0d7a1834b9b33fe820 (patch) | |
tree | dd3d2edcd1475dc051700fe9aca17a3239f25a96 | |
parent | 6ed8fce33fde155b04262e839a1b6c64e61ae882 (diff) |
CtsMimeMapTestCases: Run in presubmit for relevant packages.
libcore.net.MimeMap might move to a different package in
future, in which case that part of its TEST_MAPPING would
move elsewhere.
Test: croot frameworks/base/mime && atest
Test: croot libcore/luni/src/main/java/libcore/net && atest
Bug: 136256059
Change-Id: Id4aa29e6bbda439009bf82376865bff5cf36a6d9
-rw-r--r-- | mime/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mime/TEST_MAPPING b/mime/TEST_MAPPING new file mode 100644 index 000000000000..8daab754ea8a --- /dev/null +++ b/mime/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "CtsMimeMapTestCases" + } + ] +} |