aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2015-10-07 00:05:41 -0700
committerUnsuk Jung <unsuk@google.com>2015-10-08 04:52:21 +0000
commit18ac4a4adb2f7edd46d1b90e35d64e33c21a5924 (patch)
treec595ede826383566d27300f43c2144dd8f7d7507
parente83fd5974dd41812ef2015564aa39046a748a541 (diff)
downloadsource.android.com-18ac4a4adb2f7edd46d1b90e35d64e33c21a5924.tar.gz
CDD: Add BASE_OS and SECURITY_PATCH build parameters
Bug: 23116386 Change-Id: I522f1b74f18a7bb501922cbca33fc5608ad1f498
-rw-r--r--src/compatibility/android-cdd.html14
1 files changed, 14 insertions, 0 deletions
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.</td>
There are no requirements on the specific format of this field, except that it
MUST NOT be null or the empty string ("").</td>
</tr>
+ <tr>
+ <td>SECURITY_PATCH</td>
+ <td>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].</td>
+ </tr>
+ <tr>
+ <td>BASE_OS</td>
+ <td>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 ("").</td>
+ </tr>
</table>