Roll src/third_party/chromite 5609aa373c8e..0ab4b3dfabf6 (8 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/5609aa373c8e..0ab4b3dfabf6


git log 5609aa373c8e..0ab4b3dfabf6 --date=short --no-merges --format='%ad %ae %s'
2019-04-19 dhanyaganesh@chromium.org Revert "pre-cq-default-configs: disable betty-arcnext"
2019-04-19 jclinton@chromium.org Revert "ManifestCheckout: enable FetchAll for all scenarios"
2019-04-19 dhanyaganesh@chromium.org builder_status_lib: fix a confusing build message
2019-04-19 zamorzaev@chromium.org lib: Use a subdirectory of /tmp
2019-04-19 nednguyen@google.com [cbuildbot]: only run CPEExport stage in the release builder
2019-04-19 saklein@chromium.org controller/artifacts: Updated todos to reference bugs.
2019-04-19 jrosenth@chromium.org chromeos-config: make gale, whirlwind important
2019-04-19 haddowk@chromium.org chromeos_config: make moblab-generic-vm important again.


Created with:
  gclient setdep -r src/third_party/chromite@0ab4b3dfabf6

The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel
TBR=chrome-os-gardeners@chromium.org

Change-Id: Iee12f0b87fa0e06562d8a2df5ef8c25494fc0ee9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576065
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#652694}
diff --git a/DEPS b/DEPS
index 82eafdc..ed80d535 100644
--- a/DEPS
+++ b/DEPS
@@ -805,7 +805,7 @@
 
   # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '5609aa373c8e857552c7b5448007410d3cce55cb',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0ab4b3dfabf604250a9cbb3fba3cd91c24947324',
       'condition': 'checkout_linux',
   },