Internal cleanups
PiperOrigin-RevId: 239863462
This commit is contained in:
parent
1d31242d76
commit
86e9c2f15b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user