Skip to content

Commit

Permalink
Update comments around PLATFORM_SECURITY_LEVEL
Browse files Browse the repository at this point in the history
Bug: 29881091
Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6
  • Loading branch information
Adam Seaton committed Aug 25, 2016
1 parent 5c02150 commit f454942
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions core/version_defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f454942

Please sign in to comment.