diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-03-15 18:34:46 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-03-15 18:34:53 +0000 |
commit | 8ffc759d966bd3995633239dd81ffb93f1979a90 (patch) | |
tree | 6639db59e981f89f9c8f5c6e1d3a723866c3a4a4 | |
parent | 95710d61d368ef91d1e5e8288aae88a34073886f (diff) | |
parent | a5529e01563601da5acc29f97b9ce7b0a37a3c0e (diff) | |
download | platform_build-8ffc759d966bd3995633239dd81ffb93f1979a90.tar.gz platform_build-8ffc759d966bd3995633239dd81ffb93f1979a90.tar.bz2 platform_build-8ffc759d966bd3995633239dd81ffb93f1979a90.zip |
Make change and version bump to OPM2.171026.002
Change-Id: If2d707bca1e99488b1210ec673d3ff86f6339dae
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 55c83583df..8715cf903b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=OPM2.171019.028 +export BUILD_ID=OPM2.171026.002 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f03d9ba34e..ba494ff0c1 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,7 @@ ifndef PLATFORM_SECURITY_PATCH # 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 := 2018-03-05 + PLATFORM_SECURITY_PATCH := 2018-04-05 endif ifndef PLATFORM_BASE_OS |