Roll src/third_party/cros_system_api/ ea44d5db9..5e6881be3 (8 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/ea44d5db9e74..5e6881be3c6b

$ git log ea44d5db9..5e6881be3 --date=short --no-merges --format='%ad %ae %s'
2019-01-14 ljusten system_api: Add LITE_RUNTIME to install_attributes.proto
2019-01-09 aoldemeier login: Also set block_devmode=0 in system properties when clearing FRE VPD.
2019-01-09 ljusten Move install_attributes.proto to system_api
2019-01-07 zachr system_api: add enable_gpu option to StartVmRequest
2018-12-12 iby vm_tools: Add unit test for ContainerListenerImpl
2018-11-16 edmanp arc: Add initial arc-keymasterd
2019-01-03 ejcaruso system_api: add UnmountRequest proto for cryptohome
2018-11-16 chirantan system_api: Add StartPluginVm method

Created with:
  roll-dep src/third_party/cros_system_api

Bug:775087

Change-Id: I09140cc9fd841b0d89f2e35bc100507bb0070bdb
Reviewed-on: https://chromium-review.googlesource.com/c/1412002
Reviewed-by: Roman Sorokin [CET] <[email protected]>
Commit-Queue: Lutz Justen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#623225}
diff --git a/DEPS b/DEPS
index b1d4723..dec5d7a 100644
--- a/DEPS
+++ b/DEPS
@@ -694,7 +694,7 @@
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {
-      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'ea44d5db9e74027d28ef383156c754627a68dfe1',
+      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '5e6881be3c6b0e40a22438275f779c2d62037662',
       'condition': 'checkout_linux',
   },