Merge "Consider prebuilt vendor.img as having vendor partition." am: 8a7b0dee6b
am: 4a5a1e15a1
Change-Id: Iac5021d897f0c9f83886426663cd1428ca4a9c54
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 26d4c03..cbecabf 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -207,7 +207,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-10-05
+ PLATFORM_SECURITY_PATCH := 2017-11-05
endif
ifndef PLATFORM_BASE_OS
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
index 3466d1a..349abd4 100644
--- a/target/product/embedded.mk
+++ b/target/product/embedded.mk
@@ -20,7 +20,7 @@
PRODUCT_PACKAGES += \
adb \
adbd \
- android.hardware.configstore@1.1-service \
+ android.hardware.configstore@1.0-service \
android.hidl.allocator@1.0-service \
android.hidl.memory@1.0-impl \
atrace \