Skip to content

Commit

Permalink
undo a change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwajith-Shettigar committed Jun 26, 2024
1 parent 32b3f4d commit 537913d
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 537913d

Please sign in to comment.