From 18ac4a4adb2f7edd46d1b90e35d64e33c21a5924 Mon Sep 17 00:00:00 2001 From: Clay Murphy Date: Wed, 7 Oct 2015 00:05:41 -0700 Subject: CDD: Add BASE_OS and SECURITY_PATCH build parameters Bug: 23116386 Change-Id: I522f1b74f18a7bb501922cbca33fc5608ad1f498 --- src/compatibility/android-cdd.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html index 516a7623..0453cf4b 100644 --- a/src/compatibility/android-cdd.html +++ b/src/compatibility/android-cdd.html @@ -760,6 +760,20 @@ typical Android runtime configurations: user, userdebug, or eng. There are no requirements on the specific format of this field, except that it MUST NOT be null or the empty string (""). + + SECURITY_PATCH + An value indicating the security patch level of a build. It MUST signify that the +build includes all security patches issued up through the designated Android Public +Security Bulletin. It MUST be in the format, [YYYY-MM-DD], matching the Public Security +Bulletin's broadcast date, for example [2015-10-01]. + + + BASE_OS + An value representing the FINGERPRINT parameter of the build that is otherwise + identical to this build except for the patches provided in the Android Public + Security Bulletin. It MUST report the correct value and if such a build does not + exist, report an emtpy string (""). + -- cgit v1.2.3