Skip to content

Commit 03e6ddd

Browse files
committed
merge: merge remote-tracking branch 'github/9.x_alpha'
Change-Id: I954132d12733e7675f5ecda6c9bb8f68181c334e
2 parents cd4a7d9 + c5dcbd3 commit 03e6ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apollo_package.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def apollo_component(**kwargs):
334334
if not kwargs["name"].startswith("lib") or not kwargs["name"].endswith(".so"):
335335
fail("name must start with 'lib' and end with '.so'")
336336
if "alwayslink" in kwargs:
337-
fail("'apollo_component' macro has not 'alwayslink' attrbute")
337+
fail("'apollo_component' macro has not 'alwayslink' attribute")
338338

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

0 commit comments

Comments
 (0)