Remove aux-bin from pip package, it's not needed any more.

PiperOrigin-RevId: 228531942
This commit is contained in:
Martin Wicke 2019-01-09 09:33:54 -08:00 committed by TensorFlower Gardener
parent 5922eee396
commit 1ee193a256
2 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ recursive-include * *.so
recursive-include * *.dll
recursive-include * *.lib
recursive-include * *.csv
recursive-include tensorflow/aux-bin *
recursive-include tensorflow/include/tensorflow *.h
recursive-include tensorflow/include/Eigen *
recursive-include tensorflow/include/external *

View File

@ -118,9 +118,6 @@ function prepare_src() {
fi
fi
fi
mkdir "${TMPDIR}/tensorflow/aux-bin"
# Install toco as a binary in aux-bin.
cp bazel-bin/tensorflow/lite/python/tflite_convert ${TMPDIR}/tensorflow/aux-bin/
fi
# protobuf pip package doesn't ship with header files. Copy the headers