revert xtensa include vector (#2441)
post merge is broken because of it, reverting for now.
BUG=[323060097](https://b.corp.google.com/issues/323060097)
diff --git a/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc b/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc
index bec226a..b6db417 100644
--- a/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc
+++ b/tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc
@@ -125,8 +125,7 @@
$(shell find $(NDSPLIB_PATH)/library/fft/fft -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/fft/fft_ie -name "*.c") \
$(shell find $(NDSPLIB_PATH)/library/fft/fft_ief -name "*.c") \
- $(shell find $(NDSPLIB_PATH)/library/twiddles -name "*.c") \
- $(shell find $(NDSPLIB_PATH)/library/vector -name "*.c")
+ $(shell find $(NDSPLIB_PATH)/library/twiddles -name "*.c")
EXCLUDED_NNLIB_SRCS = \
$(NNLIB_PATH)/algo/layers/cnn/src/xa_nn_cnn_api.c \