Commit 474b4d5c authored by ochang's avatar ochang Committed by Commit bot

instrumented_libraries: Make prebuilt_link_helper config stick (GN).

R=eugenis@chromium.org
BUG=581762

Review URL: https://codereview.chromium.org/1640863002

Cr-Commit-Position: refs/heads/master@{#371882}
parent 6471817a
......@@ -21,7 +21,7 @@ group("deps") {
if (prebuilt_available) {
group("prebuilt") {
visibility = [ ":deps" ]
public_configs = [ ":prebuilt_link_helper" ]
all_dependent_configs = [ ":prebuilt_link_helper" ]
deps = [
":extract_prebuilt_instrumented_libraries",
]
......
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