forked from openkylin/platform_build
Merge "Makefile: Remove the duplicate lines for OTATOOLS." into nyc-mr2-dev-plus-aosp
This commit is contained in:
commit
443d5fdf24
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue