Merge "Fix unittest for blockimgdiff" am: 36bcb78eb9
am: 0e6a7f1838
Change-Id: I002d5aae7bf8d6e14ba5b4882a3fdd8b4f93f555
diff --git a/core/Makefile b/core/Makefile
index 5cd2fe4..0b874f2 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1794,6 +1794,12 @@
$(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) \
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a3267e7..8ff9471 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -190,7 +190,7 @@
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2017-04-05
+ PLATFORM_SECURITY_PATCH := 2017-05-05
endif
ifndef PLATFORM_BASE_OS