Fix aarch64 compilation error.

PiperOrigin-RevId: 261611432
This commit is contained in:
Renjie Liu 2019-08-04 20:32:20 -07:00 committed by TensorFlower Gardener
parent 25830f35f4
commit 2f1d6107cc

View File

@ -166,8 +166,8 @@ ifeq ($(TARGET),generic-aarch64)
endif
ifeq ($(BUILD_WITH_NNAPI),true)
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/nnapi_delegate.cc
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/quant_lstm_sup.cc
CORE_CC_ALL_SRCS += tensorflow/lite/nnapi/nnapi_implementation.cc
CORE_CC_ALL_SRCS += tensorflow/lite/nnapi/quant_lstm_sup.cc
LIBS += -lrt
else
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/nnapi_delegate_disabled.cc