From a326b384022e38f8accfb72855eaad03f3c11d55 Mon Sep 17 00:00:00 2001 From: Vikas Marwaha Date: Wed, 4 Aug 2021 19:38:13 +0000 Subject: CDD: Correction to build parameters BASE_OS & SECURITY_PATCH. Corrected, BASE_OS and SECURITY_PATCH are part of Build.VERSION instead of the Build class. Change-Id: I7d69dbdfab343cfbf65c7ad676f24e4eea9a98f3 BUG: 186475665 --- 3_software/3_2_soft-api-compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3_software/3_2_soft-api-compatibility.md b/3_software/3_2_soft-api-compatibility.md index 39a7937..3499db6 100644 --- a/3_software/3_2_soft-api-compatibility.md +++ b/3_software/3_2_soft-api-compatibility.md @@ -200,7 +200,7 @@ of these values to which device implementations MUST conform. except that it MUST NOT be null or the empty string (""). - SECURITY_PATCH + VERSION.SECURITY_PATCH A value indicating the security patch level of a build. It MUST signify that the build is not in any way vulnerable to any of the issues described up through the designated Android Public Security Bulletin. It MUST be in @@ -210,7 +210,7 @@ of these values to which device implementations MUST conform. Android Security Advisory, for example "2015-11-01". - BASE_OS + VERSION.BASE_OS A 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 -- cgit v1.2.3