commit | dbc24c8ab11a498035c44efd5d43235dec573585 | [log] [tgz] |
---|---|---|
author | David Dorwin <[email protected]> | Tue Oct 20 03:13:43 2020 |
committer | Commit Bot <[email protected]> | Tue Oct 20 03:13:43 2020 |
tree | a0e6963e54716f9305230f4f92bbe0d46269a848 | |
parent | 7d34067582de84d9cbf2c8c96b158ee4a72bba70 [diff] |
[fuchsia] Switch base_unittests to use archivist-for-embedding.cmx Update base_unittests.cmx to inject archivist-for-embedding.cmx instead of archivist.cmx, which has been removed in Fuchsia. (cherry picked from commit faadfc480b3746b7348758988c3dccda265a2a4a) Bug: 1139075 Change-Id: Id5d30e5c9be7b14e9c5c7f4633ceb5ef4a032ca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477423 Auto-Submit: David Dorwin <[email protected]> Commit-Queue: Sharon Yang <[email protected]> Reviewed-by: Alex Gough <[email protected]> Reviewed-by: Sharon Yang <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#817724} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486782 Reviewed-by: David Dorwin <[email protected]> Commit-Queue: David Dorwin <[email protected]> Cr-Commit-Position: refs/branch-heads/4280@{#522} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
diff --git a/base/fuchsia/base_unittests.cmx b/base/fuchsia/base_unittests.cmx index 86b7d1f..2b150fb 100644 --- a/base/fuchsia/base_unittests.cmx +++ b/base/fuchsia/base_unittests.cmx
@@ -3,8 +3,8 @@ "fuchsia.test": { "injected-services": { "fuchsia.intl.PropertyProvider": "fuchsia-pkg://fuchsia.com/intl_property_manager#meta/intl_property_manager.cmx", - "fuchsia.logger.Log": "fuchsia-pkg://fuchsia.com/archivist#meta/archivist.cmx", - "fuchsia.logger.LogSink": "fuchsia-pkg://fuchsia.com/archivist#meta/archivist.cmx" + "fuchsia.logger.Log": "fuchsia-pkg://fuchsia.com/archivist-for-embedding#meta/archivist-for-embedding.cmx", + "fuchsia.logger.LogSink": "fuchsia-pkg://fuchsia.com/archivist-for-embedding#meta/archivist-for-embedding.cmx" }, "system-services": [ "fuchsia.boot.ReadOnlyLog"