aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-10 09:41:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-10 09:46:07 -0700
commita0410fb4c5be8fd455640507146cbcd0b0b7a2f1 (patch)
tree62b4dc46d88f42454f0ca5e88576adc97891cd30 /tensorflow/examples
parent934e383628a94f9994e7da2dea706a92e8eeffb3 (diff)
Remove manifest_merger from tensorflow_demo. This is an internal-only attribute
that is being removed from bazel. PiperOrigin-RevId: 192298746
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/android/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/examples/android/BUILD b/tensorflow/examples/android/BUILD
index a088d7cf2f..aa594a63c6 100644
--- a/tensorflow/examples/android/BUILD
+++ b/tensorflow/examples/android/BUILD
@@ -76,7 +76,6 @@ android_binary(
custom_package = "org.tensorflow.demo",
inline_constants = 1,
manifest = "AndroidManifest.xml",
- manifest_merger = "legacy",
resource_files = glob(["res/**"]),
tags = [
"manual",