summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-08-25 15:24:56 -0700
committerThe Android Automerger <android-build@android.com>2016-08-28 09:16:28 -0700
commitc952e8f818c153f2db42da642e1ab57bd466c668 (patch)
tree90d6e279e2a30be46b6e94129199c273a3a592e1
parentcad4c75affe36c9d8b7f89f947759789f2e96620 (diff)
downloadbuild-c952e8f818c153f2db42da642e1ab57bd466c668.zip
build-c952e8f818c153f2db42da642e1ab57bd466c668.tar.gz
build-c952e8f818c153f2db42da642e1ab57bd466c668.tar.bz2
Update comments around PLATFORM_SECURITY_LEVEL
Bug: 29881091 Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6
-rw-r--r--core/version_defaults.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 558a035..068ed0e 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -100,9 +100,11 @@ endif
ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# Used to indicate the security patch that has been applied to the device.
- # Can be an arbitrary string, but must be a single word.
- #
- # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
+ # It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin.
+ # 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 := 2016-10-05
endif