Project import generated by Copybara.

GitOrigin-RevId: 612e50bb8db2ec3dc1c30049372d87a80c3848db
This commit is contained in:
MediaPipe Team
2020-08-30 19:52:55 -04:00
committed by chuoling
parent a7225b938a
commit c0124fb83c
248 changed files with 5225 additions and 1914 deletions
+8
View File
@@ -0,0 +1,8 @@
licenses(["notice"])
load(":bazel/glog.bzl", "glog_library")
# gflags is not needed on mobile platforms, and tried to link in
# -lpthread, which breaks Android builds.
# TODO: upstream.
glog_library(with_gflags = 0)