Update Makefile of TFLite not to include main() function

Following files are excluded.
- tensorflow/lite/experimental/ruy/tune_tool.cc
- tensorflow/lite/tools/make/downloads/absl/absl/hash/internal/print_hash_of.cc

PiperOrigin-RevId: 294592839
Change-Id: Ia6856ca6e6a018923f7f8c1f9ab427c00152370f
diff --git a/tensorflow/lite/tools/make/Makefile b/tensorflow/lite/tools/make/Makefile
index 5dd6526..c4c3484 100644
--- a/tensorflow/lite/tools/make/Makefile
+++ b/tensorflow/lite/tools/make/Makefile
@@ -131,6 +131,8 @@
 $(wildcard tensorflow/lite/*/*/*/*test.cc) \
 $(wildcard tensorflow/lite/kernels/*test_main.cc) \
 $(wildcard tensorflow/lite/kernels/*test_util*.cc) \
+tensorflow/lite/experimental/ruy/tune_tool.cc \
+tensorflow/lite/tools/make/downloads/absl/absl/hash/internal/print_hash_of.cc \
 $(MINIMAL_SRCS)
 
 BUILD_WITH_MMAP ?= true