We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdf9f4 commit c5dcbd3Copy full SHA for c5dcbd3
tools/apollo_package.bzl
@@ -334,7 +334,7 @@ def apollo_component(**kwargs):
334
if not kwargs["name"].startswith("lib") or not kwargs["name"].endswith(".so"):
335
fail("name must start with 'lib' and end with '.so'")
336
if "alwayslink" in kwargs:
337
- fail("'apollo_component' macro has not 'alwayslink' attrbute")
+ fail("'apollo_component' macro has not 'alwayslink' attribute")
338
339
internal_lib_name = "{}_lib".format(kwargs["name"][3: len(kwargs["name"])-3])
340
0 commit comments