Commit a846df30 authored by David Dorwin's avatar David Dorwin Committed by Commit Bot

[fuchsia] Remove fuchsia.logger.Log* injections from base_unittests.cmx

These are no longer necessary now that run-test-component exposes both
fuchsia.logger.LogSink and fuchsia.logger.Log by default.

Bug: 1139161
Change-Id: I66f6e91d22965a2a6984c1560f56cef0c8cef2a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476732Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819918}
parent b5983c3f
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
"facets": { "facets": {
"fuchsia.test": { "fuchsia.test": {
"injected-services": { "injected-services": {
"fuchsia.intl.PropertyProvider": "fuchsia-pkg://fuchsia.com/intl_property_manager#meta/intl_property_manager.cmx", "fuchsia.intl.PropertyProvider": "fuchsia-pkg://fuchsia.com/intl_property_manager#meta/intl_property_manager.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": [ "system-services": [
"fuchsia.boot.ReadOnlyLog" "fuchsia.boot.ReadOnlyLog"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment