Skip to content

Commit 9166f43

Browse files
andrewharptensorflower-gardener
authored andcommitted
Update exclusion list for Android build to include more unused headers.
Change: 121523915
1 parent 094060d commit 9166f43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tensorflow/core/BUILD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ filegroup(
624624
"util/events_writer.cc",
625625
"util/events_writer.h",
626626
# Exclude all protobuf/google headers except protobuf_android.h
627+
"platform/cuda.h",
628+
"platform/default/stream_executor.h",
627629
"platform/google/cord_coding.h",
628630
"platform/google/dynamic_annotations.h",
629631
"platform/google/integral_types.h",
@@ -634,8 +636,16 @@ filegroup(
634636
"platform/google/*.cc",
635637
"platform/google/test_benchmark.cc",
636638
"platform/google/test_benchmark.h",
639+
"platform/jpeg.h",
640+
"platform/stream_executor.h",
637641
"user_ops/**/*.cu.cc",
638642
"common_runtime/gpu/*.cc",
643+
"common_runtime/gpu/pool_allocator.h",
644+
"common_runtime/gpu/gpu_bfc_allocator.h",
645+
"common_runtime/gpu/gpu_debug_allocator.h",
646+
"common_runtime/gpu/gpu_device.h",
647+
"common_runtime/gpu/gpu_util.h",
648+
"common_runtime/gpu/gpu_event_mgr.h",
639649
"common_runtime/gpu_device_factory.cc",
640650
],
641651
),

0 commit comments

Comments
 (0)