Remove core:lib dependency in favor of Lite-specific logging helper
authorAustin Anderson <angerson@google.com>
Tue, 6 Mar 2018 00:12:01 +0000 (16:12 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 00:17:51 +0000 (16:17 -0800)
commita1483aca252dc6924685bdd368b86394e98375e2
tree716062f8db5fb76fe820d184190f7fd72f83302c
parent79a76178539f08697b5de43b733492fd5f7684d5
Remove core:lib dependency in favor of Lite-specific logging helper

This CL makes an enormous swathe of TF Lite's tests buildable on Android
targets (and helps for many iOS tests, as well).

The only reason the tests dependended on tensorflow/core:lib was because lib was
the most common target that includes logging.h, which is necessary for
log-related tests.

This set of utilities may not be perfect (e.g. it still means that certain
TF-related test resources, like FLAGs, are not accessible), but it is an
improvement.

PiperOrigin-RevId: 187940806
tensorflow/contrib/lite/kernels/BUILD
tensorflow/core/BUILD