Fix aarch64 compilation error.
PiperOrigin-RevId: 261611432
This commit is contained in:
parent
25830f35f4
commit
2f1d6107cc
@ -166,8 +166,8 @@ ifeq ($(TARGET),generic-aarch64)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(BUILD_WITH_NNAPI),true)
|
ifeq ($(BUILD_WITH_NNAPI),true)
|
||||||
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/nnapi_delegate.cc
|
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/nnapi_implementation.cc
|
||||||
CORE_CC_ALL_SRCS += tensorflow/lite/nnapi/quant_lstm_sup.cc
|
|
||||||
LIBS += -lrt
|
LIBS += -lrt
|
||||||
else
|
else
|
||||||
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/nnapi_delegate_disabled.cc
|
CORE_CC_ALL_SRCS += tensorflow/lite/delegates/nnapi/nnapi_delegate_disabled.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user