Fix setup.py to also include *.inc files for protobuf

Fixes #27697

PiperOrigin-RevId: 243634475
This commit is contained in:
A. Unique TensorFlower 2019-04-15 09:54:52 -07:00 committed by TensorFlower Gardener
parent e656cf4837
commit 79d8779069

View File

@ -238,7 +238,8 @@ else:
headers = (
list(find_files('*.h', 'tensorflow/core')) + list(
find_files('*.h', 'tensorflow/stream_executor')) +
list(find_files('*.h', 'google/protobuf_archive/src')) + list(
list(find_files('*.h', 'google/protobuf_archive/src')) +
list(find_files('*.inc', 'google/protobuf_archive/src')) + list(
find_files('*', 'third_party/eigen3')) + list(
find_files('*.h', 'tensorflow/include/external/com_google_absl')) +
list(find_files('*.inc', 'tensorflow/include/external/com_google_absl')) +