From 86e9c2f15bd3cda28279ff826c7e4144c7b1cc80 Mon Sep 17 00:00:00 2001 From: Renjie Liu Date: Fri, 22 Mar 2019 14:20:22 -0700 Subject: [PATCH] Internal cleanups PiperOrigin-RevId: 239863462 --- tensorflow/lite/tools/make/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/lite/tools/make/Makefile b/tensorflow/lite/tools/make/Makefile index 8428e0d2e6b..2c7bc5757df 100644 --- a/tensorflow/lite/tools/make/Makefile +++ b/tensorflow/lite/tools/make/Makefile @@ -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