1*bcb5dc79SHONG Yifanload("@bazel_skylib//:bzl_library.bzl", "bzl_library") 2*bcb5dc79SHONG Yifan 3*bcb5dc79SHONG Yifanbzl_library( 4*bcb5dc79SHONG Yifan name = "weirdly_named_target_that_will_be_removed", 5*bcb5dc79SHONG Yifan srcs = ["nonexistent.bzl"], 6*bcb5dc79SHONG Yifan visibility = ["//visibility:public"], 7*bcb5dc79SHONG Yifan) 8*bcb5dc79SHONG Yifan 9*bcb5dc79SHONG Yifanbzl_library( 10*bcb5dc79SHONG Yifan name = "weirdly_named_target_that_will_be_renamed", 11*bcb5dc79SHONG Yifan srcs = ["foo.bzl"], 12*bcb5dc79SHONG Yifan visibility = ["//visibility:public"], 13*bcb5dc79SHONG Yifan) 14