9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
|
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)
|