Skip to content

Commit

Permalink
merge: merge remote-tracking branch 'github/9.x_alpha'
Browse files Browse the repository at this point in the history
Change-Id: I954132d12733e7675f5ecda6c9bb8f68181c334e
  • Loading branch information
lykling committed Dec 18, 2023
2 parents cd4a7d9 + c5dcbd3 commit 03e6ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/apollo_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def apollo_component(**kwargs):
if not kwargs["name"].startswith("lib") or not kwargs["name"].endswith(".so"):
fail("name must start with 'lib' and end with '.so'")
if "alwayslink" in kwargs:
fail("'apollo_component' macro has not 'alwayslink' attrbute")
fail("'apollo_component' macro has not 'alwayslink' attribute")

internal_lib_name = "{}_lib".format(kwargs["name"][3: len(kwargs["name"])-3])

Expand Down

0 comments on commit 03e6ddd

Please sign in to comment.