Skip to content

Commit

Permalink
Revert changes in build.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Sep 5, 2024
1 parent c9993bb commit 11df11f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ genrule(
name = "_sdk_info_properties",
srcs = [],
outs = ["sdk_info.properties"],
cmd =
"""
cmd = """
echo build_sdk_version={0} > \"$@\"
echo build_tools_version={1} >> \"$@\"
""".format(BUILD_SDK_VERSION, BUILD_TOOLS_VERSION),
Expand Down

0 comments on commit 11df11f

Please sign in to comment.