Internal cleanups

PiperOrigin-RevId: 239863462
This commit is contained in:
Renjie Liu 2019-03-22 14:20:22 -07:00 committed by TensorFlower Gardener
parent 1d31242d76
commit 86e9c2f15b

View File

@ -131,6 +131,9 @@ endif
ifeq ($(TARGET),ios)
BUILD_WITH_NNAPI=false
endif
ifeq ($(TARGET),rpi)
BUILD_WITH_NNAPI=false
endif
ifeq ($(BUILD_WITH_NNAPI),true)
CORE_CC_EXCLUDE_SRCS += tensorflow/lite/nnapi_delegate_disabled.cc
else