Create OSS-compatible TF Lite portable test suite rule
authorAustin Anderson <angerson@google.com>
Tue, 6 Mar 2018 20:33:50 +0000 (12:33 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 20:38:23 +0000 (12:38 -0800)
commite28aa1b817c179976b0535dd321c0dfde506725f
treec3d74135472c3dde23e3f2c8bad794d6ccf34c1a
parentaa129d523f27739c98032fb08346def395b1afda
Create OSS-compatible TF Lite portable test suite rule

Adding the new rule tflite_portable_test_suite to the bottom of a package in TF
Lite will indicate that all previous cc_test rules in the package are supposed
to be portable, unless excluded by a tag.

Outside of Google, tflite_portable_test_suite is a no-op, which may
change in the future as mobile testing infrastructure improves.

PiperOrigin-RevId: 188063712
tensorflow/contrib/lite/special_rules.bzl [new file with mode: 0644]