Update common_settings.bzl

This commit is contained in:
Julie 2020-12-16 13:39:45 -08:00 committed by GitHub
parent ab6506c674
commit b6c32c3bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@ string_setting = rule(
doc = "A string-typed build setting that cannot be set on the command line",
)
# Extracts the value from an attribute that returns BuildSettingInfo
# Extracts the value from an attribute that provides BuildSettingInfo
def get_build_setting_value(build_setting_attr):
return build_setting_attr[BuildSettingInfo].value