mediapipe/third_party/glog_no_gflags.BUILD
2022-08-04 23:22:46 +08:00

9 lines
218 B
Plaintext

load(":bazel/glog.bzl", "glog_library")
licenses(["notice"])
# gflags is not needed on mobile platforms, and tried to link in
# -lpthread, which breaks Android builds.
# TODO: upstream.
glog_library(with_gflags = 0)