强迫症格式化
This commit is contained in:
parent
3a6def6fee
commit
c42772c469
|
@ -13,7 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
|
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
|
||||||
load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test")
|
load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test") # @unused
|
||||||
|
|
||||||
licenses(["notice"])
|
licenses(["notice"])
|
||||||
|
|
||||||
|
|
3
third_party/BUILD
vendored
3
third_party/BUILD
vendored
|
@ -12,6 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
load("@rules_foreign_cc//tools/build_defs:cmake.bzl", "cmake_external")
|
||||||
|
|
||||||
package(default_visibility = ["//visibility:public"])
|
package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
|
@ -70,8 +71,6 @@ alias(
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@rules_foreign_cc//tools/build_defs:cmake.bzl", "cmake_external")
|
|
||||||
|
|
||||||
# Note: this determines the order in which the libraries are passed to the
|
# Note: this determines the order in which the libraries are passed to the
|
||||||
# linker, so if library A depends on library B, library B must come _after_.
|
# linker, so if library A depends on library B, library B must come _after_.
|
||||||
# Hence core is at the bottom.
|
# Hence core is at the bottom.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user