Merge "Makefile: Remove the duplicate lines for OTATOOLS." into nyc-mr2-dev-plus-aosp
am: 443d5fdf24
Change-Id: I335bead53e07b5c1b7a54bd7f38dffb8c971db79
diff --git a/core/Makefile b/core/Makefile
index f6175df..f742f29 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1977,12 +1977,6 @@
$(VBOOT_SIGNER)
endif
-ifeq (true,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VBOOT))
-OTATOOLS += \
- $(FUTILITY) \
- $(VBOOT_SIGNER)
-endif
-
# Shared libraries.
OTATOOLS += \
$(HOST_LIBRARY_PATH)/libc++$(HOST_SHLIB_SUFFIX) \