diff --git a/tools/update_build_files_for_tink_2_0_bazel_test.sh b/tools/update_build_files_for_tink_2_0_bazel_test.sh index 8267589d..b42397b7 100755 --- a/tools/update_build_files_for_tink_2_0_bazel_test.sh +++ b/tools/update_build_files_for_tink_2_0_bazel_test.sh @@ -32,7 +32,7 @@ _create_test_inputs() { mkdir -p "${destination}/input_project/nested" cat < "${destination}/input_project/BUILD" -tink_cc( +cc_library( name = "example_target", srcs = ["example_target.cc"], hdrs = ["example_target.h"], @@ -47,7 +47,7 @@ tink_cc( EOF cat < "${destination}/input_project/BUILD_expected" -tink_cc( +cc_library( name = "example_target", srcs = ["example_target.cc"], hdrs = ["example_target.h"], @@ -62,7 +62,7 @@ tink_cc( EOF cat < "${destination}/input_project/nested/BUILD.bazel" -tink_cc( +cc_library( name = "example_target", srcs = ["example_target.cc"], hdrs = ["example_target.h"], @@ -77,7 +77,7 @@ tink_cc( EOF cat < "${destination}/input_project/nested/BUILD.bazel_expected" -tink_cc( +cc_library( name = "example_target", srcs = ["example_target.cc"], hdrs = ["example_target.h"],