From 0618e639a8f7c0b4cd41860b536471e287a0ad5d Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 16 May 2017 15:02:32 -0700 Subject: [PATCH] Makefile: Remove the duplicate lines for OTATOOLS. Test: lunch ryu-userdebug; m otatools-package gives the same otatools.zip. Change-Id: I917ba210f6161f15424b3ade86f41d14a20c99aa --- core/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/Makefile b/core/Makefile index fefcc9e46..0b6391554 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1904,12 +1904,6 @@ OTATOOLS += \ $(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) \